mysqld_safeThefile/usr/local/mysql/bin/mysqlddoesnotexist

修改密码 MySQLd_safe --skip-grant-tables 报错
mysqld_safe The file /usr/local/mysql/bin/mysqld   does not exist
可以通过软连接的方式 解决此问题
  1. mkdir -p /usr/local/mysql/bin  
  2. 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://myzitong.com/article/igpjsp.html