mysql -u root
DELETE FROM mysql.user WHERE User = '';
FLUSH PRIVILEGES;
How do I assign a password to root?
root
© 2007 John Michael Pierobon