LoginSignup
0
0

More than 3 years have passed since last update.

Ubuntu + mysql5.7 + adminer ではまる

Posted at

adminerで
Access denied for user 'root'@'localhost'
がでて入れずにはまった。解決策は以下で。

grant all privileges on *.* to root@'localhost' identified by 'ぱすわーど';
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'ぱすわーど';
flush privileges;
0
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
0
0