Jerry Swanson schrieb:

How to reset mysql password to mysql?


mysql -u root
ERROR 1045 (00000): Access denied for user: '[EMAIL PROTECTED]' (Using
password: NO)

You could start your mysqld with "--*without-grant-tables"* option. But keep in mind that this will stop the complete permission system of mysqld and the database will be accessable for everyone.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to