LoginSignup
1
0

More than 5 years have passed since last update.

mysql root パスワード忘却の時

Last updated at Posted at 2018-03-21

mysqlはオフの状態にする

安全モード起動

mysqld_safe --skip-grant-tables &

流れ

use mysql;

update user set authentication_string=password("931123") where user='root';

flush privileges;

mysql.server stop
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0