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 the database

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