linux mysql报错Access denied for user 'root'@'localhost' (using password: YES)
1、Access denied for user 'root'@'localhost' (using password: YES)1、service mysqld stop停止mysql服务器2、find /-name my.cnf 查找mysql配置文件的位置打开3、在[mysqld]后添加skip-grant-tables4、启动mysql :service mysqld s...
·
1、Access denied for user 'root'@'localhost' (using password: YES)
1、service mysqld stop停止mysql服务器
2、find / -name my.cnf 查找mysql配置文件的位置打开
3、在[mysqld]后添加skip-grant-tables
4、启动mysql :service mysqld start
更多推荐
已为社区贡献1条内容
所有评论(0)