how can to do login mysql not passwd?
mysql not passwd configing~
edit mysql config file :my.cnf。add code
1
2
3
4
5
[client]
password="MySQLpasswd"
user=MySQLusername
try terminal mysql login
mysql -uroot -p
errors?Correct order
mysql -uroot