Re: [PHP-DB] mysql_fix_privilege_tables error

2005-09-13 Thread Micah Stevens
Now that I'm looking at it, it just seems that the password was wrong, or you no longer have a root user (which you shouldn't if the database has been in use.. ) You may need to re-create it? Can you log in like this: mysql -u root -p using that same password? -Micah On Tuesday 13 Septem

Re: [PHP-DB] mysql_fix_privilege_tables error

2005-09-13 Thread Micah Stevens
Does the root user have full permissions? You'll need more than grant if you are going to run this script. -Micah On Tuesday 13 September 2005 3:56 pm, Carson Au wrote: > Hi Guys, I am a newbie and having a lot of trouble with PHP/MySQL > lately... We have a number of PHP/MYSQL solutions de