Home / Tag Archives: mysql

Tag Archives: mysql

How to reset Password Mysql on Linux

How to reset Password Mysql on Linux

How to reset Password Mysql on Linux service mysqld stopmysqld_safe –skip-grant-tables &mysql -u root 3. 1 use mysql; 3.2 update user set authentication_string=PASSWORD(“mynewpassword”) where User=’root’; 3.3 flush privileges; 3.4 quit 4. service mysqld stop5. service mysqld start Bài viết liên quan 1. Linux mysql syntax 2. MySQL Master Master Repliction …

Read More »
Translate »
0902 780 887