Just a reminder for a working solution.
- service mysqld stop
- mysqld_safe --skip-grant-tables &
- mysql -u root mysql
- UPDATE user SET Password=PASSWORD('new_password') WHERE user='root';
- FLUSH PRIVILEGES;
- exit
- service mysqld start
This blog is a compilation of tools, resources, best practices, advices that I use in my job of IT Infrastructure Analyst.
No comments:
Post a Comment