Hi
For reasons unknown my mysql db has decide to lock me out and I can't
access it with my root account anymore from the shell.
I have tried resetting it following this guide:
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
but it doesn't seem to do the trick.
I just get this:
localhost mysqld # mysqld_safe --init-file=~/mysql-init &
[1] 4047
localhost mysqld # nohup: ignoring input and redirecting stderr to stdout
Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
070516 13:12:54 mysqld ended
And mysql refuse to log me in as root.
# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: YES)
I can log in as a regular user.
I'm running version version 5.0.40 on gentoo.
Any help appriciated
--
Regards
Johannes Skov Frandsen
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]