linux中mysql设置无密码登录

ERROR 1045 (28000): Access denied for user ‘localhost’@‘localhost’ (using password: YES) 设置无密码登录 vim /etc/my.cnf 添加skip-grant-tables 重启systemctl restart mysqld.service 查看状态systemctl status mysqld.serv
相关文章
相关标签/搜索