Re: reseting access to mysql database
Posted By: Frans at 16:31:19 on Tuesday the 13th of April 2004
There usually is something like a 'mysql_install_db' script. If you run this, the root password for the mysql database is reset... It's possible that you have to remove the mysql database files first (renaming them would also work and is a bit safer of course)... The script should recreate the standard databases (i.e. mysql and test on my system). Hope this helps, good luck