[PHP] MySQL > Access

2002-09-20 Thread Christian Calloway
Can anyone suggest a strategy for importing data from MySQL to Access (it sucks I know, but I have to do it for my work). I was thinking of using a text-delimited file as an intermediate, but I am not quite sure on the logistics. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP] mySQL access denied with correct account/pw?

2001-05-08 Thread Matt Schroebel
If you are now accessing remotely, you'll need remote privileges for the user, not just user@localhost. Could also be the db name is incorrect. > -Original Message- > From: John Vanderbeck [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 08, 2001 2:59 PM He has given me the > account a

[PHP] mySQL access denied with correct account/pw?

2001-05-08 Thread John Vanderbeck
Working on getting mySQL setup on a new server. I mainly do the PHP work while another guy does the server work. He has given me the account and password for the mySQL server, and I have quadruple checked it with him. We both swear it is correct in the script. However, mySQL reports an access

Re: [PHP] MySQL Access Denied

2001-01-21 Thread Richard Lynch
> I am trying to conect to a MySQL db and no matter what code I use I am always > getting denied, I know the password is correct as I have tested it elsewhere. > Just wondering if this could be caused by the fact that the password has a + > and a . in it. Would that get me denied, and how can I ge

[PHP] MySQL Access Denied

2001-01-20 Thread Website4S
Hi, I am trying to conect to a MySQL db and no matter what code I use I am always getting denied, I know the password is correct as I have tested it elsewhere. Just wondering if this could be caused by the fact that the password has a + and a . in it. Would that get me denied, and how can I ge