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

标签: none

添加新评论