千家信息网

mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist

发表于:2024-09-22 作者:千家信息网编辑
千家信息网最后更新 2024年09月22日,修改密码 mysqld_safe --skip-grant-tables 报错 mysqld_safe The file /usr/local/mysql/bin/mysqld does not ex
千家信息网最后更新 2024年09月22日mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist修改密码 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
0