Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    MYSQL




My Client Needs Access


i am brand new at this. just built my first oscommerce store for a client. the customers upload up to 50 photos on this site and my client needs to be able to get into the database and retreive her files.

she has a username/pass but i cannot figure out how to set her permissions! everything is hosted through godaddy and they are not really big on help.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Client Access
I need to run client programs which access a database over the internet (or . Has anyone any experience with this. In particular I'm interested in the performance as compared with access within the local network.

PDA Client Or Access Sync Tool
I have a software application with an Access front end and an Access backend
to house the data. Recently I converted the backend to MySQL. The Access
frontend works fine connecting to the MySQL backend.

The issue I have now is that I also have a syncronized database on a PDA. I
was using ActiveSync and Pocket Access to create the database on the PDA and
keep it syncronized with my PC (backend) database. I'm using eVB programs
to retrieve and update the data on the PDA, then all I have to do is sync
the PDA with ActiveSync and it will update my Access Backend database
accordingly and vise-versa.

If that is not an option, on the PC side, I could keep a
replicated/synchronized Access database using a third party app (like
Access2MySQL Sync). I would still keep the MySQL backend, but also have a
replicated/syncronized Access database strictly for use with my PDA. This
would allow me to keep my ActiveSync & Pocket Access synchronization
process. My problem is I can't find a third party app that actually works
well enough to put into a production environment.

PDA Client Or Access Sync Tool?
I have a software application with an Access front end and an Access backend
to house the data. Recently I converted the backend to MySQL. The Access
frontend works fine connecting to the MySQL backend.

The issue I have now is that I also have a syncronized database on a PDA. I
was using ActiveSync and Pocket Access to create the database on the PDA and
keep it syncronized with my PC (backend) database. I'm using eVB programs
to retrieve and update the data on the PDA, then all I have to do is sync
the PDA with ActiveSync and it will update my Access Backend database
accordingly and vise-versa.

I know MySQL doesn't have a PDA client, but I was wondering if anyone knew
of a third party application that I might be able to use to create and sync
a database on the PDA with the MySQL database on the PC.

If that is not an option, on the PC side, I could keep a
replicated/synchronized Access database using a third party app (like
Access2MySQL Sync). I would still keep the MySQL backend, but also have a
replicated/syncronized Access database strictly for use with my PDA. This
would allow me to keep my ActiveSync & Pocket Access synchronization
process. My problem is I can't find a third party app that actually works
well enough to put into a production environment. Does anyone have any
recommendations or suggestions?

Client To Access An SQL Database By Visual C++
I have several problems. I am trying to communicate with a
sql database(local) by Visual C++ 6.0 (MFC based aplication).
Well i think i am able now to connect to the local sql-server,
but i cannot send commands to the sql-server, as create table...
or things like that. I searched the Internet but only found source code
for C. Well, but i need some for C++ .

How Do I Setup The Server On A Network Drive For Client Software To Access?
I'm building a database system for our department at work and have successfully installed the MySQL Server 5.0 to my local machine and developed my user interface to access it read/write/update, etc. just fine through VB6 and the ODBC driver.

My problem now is how do I get the database files and server functions moved/transplanted/installed on a network share drive (Windows 2000) that my peers and I have access to, so that I can deploy me client user interface onto their machines so we can all access the database across the network and I can get the files off my local hard drive?

Remote Access Not Working: Error 1251 Client Does Not Support Authentication Protocol Requested By Server
I'm trying to set up my MySQL database for remote access. I've never been a DB admin so this is all mostly new to me. I am binding to my public IP address, and I have created a new user with the following grant commands run from the mysql command line on the server:

mysql> grant all privileges on prs_data.* to 'username'@'%' identified by 'change';
Query OK, 0 rows affected (0.00 sec)
mysql> grant all privileges on prs_data.* to 'username'@'localhost' identified by 'change';
Query OK, 0 rows affected (0.01 sec)

When I try to connect remotely from another host, here's what happens:

Client Does Not Support Authentication Protocol Requested By Server; Consider Upgrading MySQL Client In
I have recently upgraded to MySQL 5. Got this error message in my IE Browser. Have read some of the comments on other forums and my choices are: Upgrade all client programs to use a 4.1.1 or newer client library, or

SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd')

Can someone please advise?

Mysql_connect(): Client Does Not Support Authentication Protocol Requested By Server; Consider Upgrading MySQL Client
Basically I am setting up php,mysql and apache to run an application. While trying to connect I get the following error:

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in c:sudhirapachehtdocssvgmap est4.php on line 14
Cannot connect to the database.
Client does not support authentication protocol requested by server; consider upgrading MySQL client
I have tried the following message posted earlier by many of you guys i.e
"SET PASSWORD FOR peter@localhost = OLD_PASSWORD('something')
flush privileges

I am trying this from a long time and do not find a way to fix this problem
I request you guys to help me in soughting this out and I appreciate your patience in reading my post.

Mysql_connect(): Client Does Not Support Authentication Protocol Requested By Server; Consider Upgrading MySQL Client
I am having an awkward problem with my MySQL installation. I have a number of scripts that access the database from a few different web hosting sites. I have no problem accessing the database from the scripts that I host locally. The scripts that are on an outside server accessing the database gives me a mysql_connect() error.

Locally I use MySQL 5.0 and PHP 5.0. I am assuming that the 3rd party web host uses an older version of PHP and thinking that may be the problem. Is this the possible problem and if so is there a way to fix it without ruining the scripts that are currently working?

The Problem Is About Access Denied For User...how Can I Access The Mysql??
you can find some problems below. the problem is about access denied for user...
how can I access the mysql? ......

Can Access Remotely, Cna't Access Locally (seems Backwards)
I have a database that I am trying to connect to a schema called lportal4_1_2 in mysql 4.1.13a (provided by my hosting company) runnning in fedora. I am trying to get a container to connect to it and was having problems. Since I didn't want to pollute the problem with the container, I wrote a small (hack) program that does the connection.

Here is the problem:
I can connect from my desktop (winxp) using a Java command line application, Mysql Administrator and mysql query browser and everything works fine. When I run the same Java command line app (using the exact same driver) I get the Access denied for user error that follows:
----
java.sql.SQLException: Access denied for user 'lportal'@'inkbrains.com' (using password: YES)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2975)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:798)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3700)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1203)...........................

Can't Access Created DB's Via PHP, Though Can Access Them Via PhpMyAdmin
I can create databases via mysql-shell and edit them. These then do show
in phpMyAdmin and are editable.

BUT, if I try to access these db's via a normal php-script (i.e.
$ergebnis=mysql__list_dbs($server)), it only shows me one database, the
test-db.
(To show them, I use a for-loop which counts the elements in $ergebnis
from 0 to the number smaller than mysql_num_rows($server) and then prints
the string.)

SQL Client
I've got an SQL script (fred.sql) saved which I want to run from the sql
client command line - how do I load the script into memory - basically I
want to see what errors I get from the "load data" statement and I don't
want to have to keep typing long statements in.

Client API
I'm using a password with a user of mysql! when i try to load my web application its now telling me to update my mysql client program! I have the latest server..ie v5.0.0 and when i run phpinfo() its statesw that the current mysql client api is 3.23.56!

How and from where can i update this api?

Client API
How do I upgrade MySQL client API from 3.23 to 4.x for PHP?

I've got the following:

MySQL 4.11standard
Centos 4.1
PHP 4.3.11
MySQL API Client 3.23 (this is what I need to up to 4.0)
Cpanel 10.x

Methods tried:

WHM (cPanel's web host manager) Update Apache
/scripts/easyapache
/scripts/mysqlup --force

CLIENT
I'm running MySQL on IIS on a Win2000 Server (probably a bad idea, but
that's the stuff I have to work with).
Yesterday, a script that ran without problems for months suddenly stopped
working on my server.
I identified the problem: Suddenly, MySQL has decided that CLIENT is a
reserved word.
The same script is still working fine on my local machine (also IIS on a Wín
2000 Server).
Anyone have any idea what could be wrong - and how to fix it?

Client Drivers
I have noticed that MySQL 5.0 and 5.1 beta are now released. I have a network with over 300 stations accessing a MySQL server but I think it's MySQL 4.1 and I think we are using the 3.51.12 MyODBC connector drivers on them. Now my question is if we upgrade to MySQL 5.0 will we need to update the driver or will this work with 5.0 and 5.1?

Server-Client
------=_NextPart_000_004C_01C3507A.4005F3F0
Content-Type: text/plain;
charset="windows-1254"
Content-Transfer-Encoding: quoted-printable

Hello,
I coded a program by using VB 6.0 I will use this program on =
network(nearly 12 user). is it necessary to code two different program =
for both of server and client. Or, Can I solve this problem by MYSQL =
Control Center.

H=FCseyin DEM=DDRA=D0
=DDstikbal Furniture =DDnt.


------=_NextPart_000_004C_01C3507A.4005F3F0--

Client Does Not Suport
Whenever i try to connect to my database through php, it keep saying:

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:... on line 6

I'm using Apache 2.0.52, Mysql 4.1.8 and Php 4.3.10... and win 98.

Client Only For Win98
I have a small LAN with my workstation (Win98SE), a Win/2000 system and
a Linux system. I have MySQL servers running on the last two systems
and I want to put the client software on the workstation. Is there a
separate package for just client or do I need to install the whole
client/server setup?

MySQL Client
Where can i get a good MySQL Client?

Server-Client
I coded a program by using VB 6.0 I will use this program on =
network(nearly 12 user). is it necessary to code two different program =
for both of server and client. Or, Can I solve this problem by MYSQL =
Control Center.

Client Encoding ?
Can someone explain "client encoding"  What is it and what should I set it to?   I assume "Character set" is the same??

I'm using a database manager that asks me to set the client encoding.  the default is latin 1

Mysql Client V5.0.21
Basically if I type a command in mysql and then try to reuse it by pushing the up arrow, most of the time a segmentation violation will occur.

Fw: Server-Client
I think that I should ask the question like that.
I want to run MySQL on 14 client. What am I do. I try but There is a problem
that i can't find.

Start The Client
and I log-in :.....

Type 'help;' or 'h' for help. Type 'c' to clear the buffer.

I thought I done, but not yet....

to start creating DB;
in the same command prompt I right
> create database database01;

c:program filesmysql50in>create database database01;
'create' is not recognized as an internal or external command,
operable program or batch file.

Windows Client 4.1.14
I know that I have exhausted my budget of MySQL questions for the day, but I have one more and promise that I won't ask anymore today.I must install MySQL 4.1.14 client only on Windows XP 2002 SP2.Does anyone have guidance for me for downloading just the 4.1.14 client for Windows XP 2002 SP2? I would also be obliged if there are also warnings of foxholes on MySQL client-only installs.

Client To Connect To A 4.1 Db
I'm trying to migrate my website to a new server and I wanted to point the old servers at the new database. The old servers have a 3.23 client and db and the new server is running the latest stable of mysql.

Mysql Client
Is there any option of formatting the columns of tables so that for
example only 5 characters of each column is displayed?(also is there
any way to set no wrapping)
That is in order to get a proper output of tables in a win98 DOS
prompt.
I know that Oracle SQL gives you such options.

VB And Mysql:client
i wanna conn VB 6 to a mysql 4.1 database using mysql odbc driver 3.51 on windows XP. this conn is done usin ADODB. however on executing i get the following error:
"client does not recognise authentication protocol requested by server, please consider upgradin mysql."
upgradin to 5.0 is senseless. it is a godown of bugs

Installing MySQL Client
I'm sure this is a really noob thing to be asking....

I have MySQL and PHP installed onto my web hosting server and it's running fine. Now, my problem is that I can't figure out how to access it from my computer.

I'm mainly using Frontpage (because that's the program that everything was built on before I was hired) to build the websites. What is the easiest way to be able to start using this database?

ODBC Client Problems
I've just installed 4.1.0-alpha-max-nt onto my server and now my 3.51
ODBC client says
Client does not support authentication protocol requested by server.
Consider upgrading MYSQL client

Am I missing something obvious because I cannot find a more up to date
client? Or do I need to go back a version of the server to keep working
ODBC?

Updates Not Visible To Client
I have a Java application (app A) which "polls" a MySQL database table
for records with a certain column set to 0. It runs continuously,
utilising the same commection repeatedly.

The other day, I had a support call raised, whereby there were clearly
suitable records in the database, but my application was not selecting
them.

I wrote a standalone test app (app B) to read the same table and list
the records with the column=0. Sure enough, this app listed records as
requested.

So, app A retrieved zero records whilst app B retrieved many. Both
apps *are* using the same select statement.

I think it might be something to do with the rules governing when
updates become visible to clients.

The application that writes records to the database is not mine so I
don't know all the details. It's a php webapp that seems pretty simple
and just does plain inserts into the table with no attempt to do
anything non-default wrt locking afaik.

Writing A C Client Under Cygwin
I have trouble writing a C Client under Windows XP (cygwin
actually). I have narrowed it down to just a few lines of code. This code works fine on my linux box, but in cygwin I get really strange results (core dumped).

Here is the code:
#include <stdio.h>
#include <mysql.h>

int main()
{
MYSQL mysql;
MYSQL_RES* result;
MYSQL_ROW row;
unsigned int i;

mysql_init(&mysql);
if (! mysql_real_connect(&mysql, "server", "user", "", "database", 0, NULL, 0))
{
fprintf(stderr, "Failed to connect to database: Error: %s
", mysql_error(&mysql));
}

mysql_query(&mysql, "SELECT * FROM name");
result = mysql_use_result(&mysql);

while((row = mysql_fetch_row(result)))
{
for(i = 0; row[i]; i++)
{
printf("i %d row %s
", i, row[i]);
}
printf("
");
}

if (! mysql_eof(result))
{
fprintf(stderr, "Error: %s
", mysql_error(&mysql));
}

mysql_close(&mysql);
}

I just installed MySQL on Windows, everything else seems fine, I can work with the database using the mysql client.

Compiling and linking seem to work. I use /cygdrive/c/mysql/include/mysql.h and /cygdrive/c/mysql/lib/opt/libmySQL.lib. I copied libmySQL.dll into the windows/system32 directory.

I was reading, that in most cases like this, the problem
might be that a wrong library/header file is used. I used the one from inside the MySQL 4.0.20 packake for Windows.

btw, something similar happens on my Mac OSX 10.2 !

Open Session From Client
I have Mysql running fine on a Linux box. From host I can run mysql and mysqladmin without problems (MySql root user hasn't password yet).

Now I would like to execute some sql commands from MySql administrator running on a windows PC. but when I tried to open the connection the error 1130 appears. What can I do to do SQL queries from Windows (or any other supported OS) to MySql server?

Host server has firewall disables (to avoid any problem).

Client Character Set In MySQL 4.1.10
I have a problem with character set client and connection in MySQL 4.1.10. I have all tables in cp1250_czech_cs collation and I have set a global session character_set_client, character_set_connection and character_set_result to cp1250. When I make a connection to the database in PHP (mysqli_connect();) and execute a query SHOW SESSION VARIABLES; it return that character_set_client, character_set_connection and character_set_client is set to latin1.

What can I do, when I want to set this variables to cp1250 as default? (and not use SET NAMES cp1250; in each script).

My OS is Win XP SP2 and Win 2000, Mysql version 4.1.10-nt, PHP version 5.0.3

Connection/Client Crash
I got the following problem:

A client connects to the MySQL server from a remote machine and
creates a lock using GET_LOCK() method. Then the client crashes or the
connection crashes (e.g.somebody pulls the cable) - whatever. The
point is that the client does not manage to send any disconnection
message to the server.

The process of the crashed user remains pretty long (I checked it by
calling SHOW PROCESSLIST) and holds the lock.

Is there any way to force the server to check periodically whether
clients are still present and active? Or is there a way to check
wether a client shown in the processes list is really connected and
then kill the invalid processes?

Server Vs Client Version
I have a server where the mysql Server version is 5.0.27 but the client version 4.1.12. I know if the client version is newer than the server then its the server version that counts - is it the same the other way around?

Client Speed Issue
I have tried various client apps on both Mac OSX and on Windows XP.

Clients tried (Windows)
MySQL Administrator
MySQL Query Browser
http://isql.sourceforge.net

Clients tried (OSX)
MySQL Administrator
http://isql.sourceforge.net
command line mysql

On Mac OSX I get an instant response from the server
But on the Window XP machine it takes about 10 seconds to respond to any query.

The query info passed back indicates that it took 0.02 secs for the query on the server.

Server is iMac running OSX
Mac Client is G5 running OSX
Windows client is running Windows XP

connection is over tcp
network is a 10/100 switch

Is there a tcp issue on Windows machines?

Client Login System
I am working on making a client login system. I would like client's to be able to login on my site and just basically see their individual invoices, pay with Paypal, see site progress, that kind of thing. I have some ideas as how to do it, but I was wondering if anyone had some suggestions?

Installing Mysql4.1 Client
i am running mysql3.23  version on centos3.3 and i am trying to update just the mysql client to 4.1 ...will this affect how the server behaves???

Upgrading Client Library
i'm trying to connect to MySQL server 4.1 via PHP 4 with a user with password and i'm getting the following error:

Client does not support authentication protocol. The problem doesn't occurs when the user has no password. I have Client API version: 3.23.22-beta. How can i upgrade my client library?

Client Area And Login
I would like to store pictures in mysql and have differnt customer accessing them through password. Is there some ready made solutions or tools that make the code that I can buy, without doing to much work myself.

MySQL Client Side
Does mySQL have lite version? Similar to ms sql express, where it can
be distributed without a full server version. I have program with many
clients and i'm wanting to move away from access if i can.

Connection Between Host And Client
I have the following problem:

I installed my Host with Ubuntu on VMWare. Then I started mysqld.

My Client is working with Suse 10.0. Later I want to connect my Client with the Host, but it doesn`t work. The client is not able to make a connection to the PC with Ubuntu.

I can ping Host and target.

Client Too Old Error With MySQLCC
I am using mysqlCC to try to connect to a 5.0 mysql server, and I am getting the commom
Client does not support authentication protocol requested
by server; consider upgrading MySQL client
error

Has anyone updated the mysql client for MySQL ControlCenter before?

C API Secure Client Connections
Any idea where can I get a copy of the libmysql dll with ssl enabled?

MySQL Client Ran Out Of Memory
I'm using a mysql server with my own TCP/IP server on the same FreeBSD machine.
MySQL stores a users database, like logins and passwords.

It works fine for a couple of days, but after that my simple queries with one row of result stops working.

It says "MySQL Client ran out of memory".
If I connect to mysql using other tools or simply restart my server - it works fine again under the same queries. So please don't support I use a huge amount of data, whole database can be selected in one query under normal conditions, its pretty small.

My Server Info:

sr10# mysql --version
mysql Ver 14.7 Distrib 4.1.16, for portbld-freebsd5.4 (i386) using 4.3

MySql Client 3.51 Through Proxy
OK I am working with an external company that has opened a DB for us to attach to. There documentation has you install My Sql 3.51 driver. I have all the login info and server address correct but it fails to connect. We do have a firewall here but I see no place in the System DSN to reference it. Do I need something else to make the work with a firewall?


Copyright © 2005-08 www.BigResource.com, All rights reserved