修改密码 MySQLd_safe --skip-grant-tables 报错
mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist
可以通过软连接的方式 解决此问题
- mkdir -p /usr/local/mysql/bin
-
ln -s /home/mysql/product/5.6/mysql-1/bin/mysqld /usr/local/mysql/bin/mysqld
详情参考
http://www.cnblogs.com/moss_tan_jun/p/6080058.html
修改密码参考
http://www.linuxidc.com/Linux/2014-02/97109.htm
文章题目:mysqld_safeThefile/usr/local/mysql/bin/mysqlddoesnotexist
标题路径:
http://cqcxhl.cn/article/igpjsp.html