Re: [PHP-DB] Connect User from website does not work.

2003-07-14 Thread CPT John W. Holmes
> Did you FLUSH PRIVILEGES after creating your user? We're off the subject of PHP, but you don't have to do this with the GRANT command, btw. :) ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Connect User from website does not work.

2003-07-14 Thread CPT John W. Holmes
> I have created a user "webuser" with the following line. > > > > mysql> grant all privileges on *.* to [EMAIL PROTECTED] identified by > 'xx'; > > mysql> grant all privileges on *.* to [EMAIL PROTECTED] identified by > 'xx'; > > > > I would think that this should have unlimited access to

RE: [PHP-DB] Connect User from website does not work.

2003-07-14 Thread Hutchins, Richard
Did you FLUSH PRIVILEGES after creating your user? > -Original Message- > From: Larry Sandwick [mailto:[EMAIL PROTECTED] > Sent: Monday, July 14, 2003 11:33 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Connect User from website does not work. > > > I have creat

[PHP-DB] Connect User from website does not work.

2003-07-14 Thread Larry Sandwick
I have created a user "webuser" with the following line. mysql> grant all privileges on *.* to [EMAIL PROTECTED] identified by 'xx'; mysql> grant all privileges on *.* to [EMAIL PROTECTED] identified by 'xx'; I would think that this should have unlimited access to the database from