在Linux上跳过密码登录MySQL报错“-bash: mysqld_safe: command not found“
Posted 二木成林
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Linux上跳过密码登录MySQL报错“-bash: mysqld_safe: command not found“相关的知识,希望对你有一定的参考价值。
异常
执行mysqld_safe --skip-grant-tables & mysql -uroot -p
报错:
解决
执行命令mysqld --user=mysql --skip-grant-tables --skip-networking &
然后就可以通过mysql -uroot -p
命令直接跳过密码登录,不需要输入密码。
以上是关于在Linux上跳过密码登录MySQL报错“-bash: mysqld_safe: command not found“的主要内容,如果未能解决你的问题,请参考以下文章
linux下密码问题: 如图,我已经改了root的密码123456,可重新登录输入123456还报错MYSQL的密码问题:
linux 如何初始化密码(解决mysql root用户登录不了的问题)