if you forgot the root password - here is the recipe to reset it:
1) kill mysqld
2) run
mysqld_safe –skip-grant-tables &
mysql -u root mysql
mysql> UPDATE user SET Password=PASSWORD(’newrootpassword’) WHERE User=’root’;
mysql> FLUSH PRIVILEGES;
3) kill the started MySQL server
4) restart it
вівторок, 15 вересня 2009 р.
Підписатися на:
Дописати коментарі (Atom)
wow, very needed information.Thanks a lot for sharing such important piece of information.It is very useful.
ВідповістиВидалитиsap support packs