mysql not passwd configing~
edit mysql config file :my.cnf。add code
[client]
password="MySQLpasswd"
user=MySQLusername
try terminal mysql login
mysql -uroot -p
errors?Correct order
mysql -uroot
Friday, May 3, 2019 | 1 minute read | Updated at Friday, May 3, 2019
mysql not passwd configing~
edit mysql config file :my.cnf。add code
[client]
password="MySQLpasswd"
user=MySQLusername
try terminal mysql login
mysql -uroot -p
errors?Correct order
mysql -uroot