1
service mysql stop
service mysql status
mysqld_safe --skip-grant-tables &
mysql -u root
mysql> SHOW DATABASES;
mysql> use mysql;
mysql> update user set password=PASSWORD("yourverystrongpassword") where user='root';
mysql> flush privileges;
service mysql restart
service mysql status
mysql -u root -p
Subscribe to:
Post Comments (Atom)
-
Remember that Microsoft reserved the 20% of the bandwidth of your connection to the router and the Internet. So I suggest to regain bandwi...

No comments:
Post a Comment