0

当我运行 mysql -u root -p 时,我收到一条消息说

bash: mysql: command not found

我不确定为什么会收到此错误。我已经和我的系统管理员谈过了,说已经安装了 LAMP 堆栈。现在我需要运行 mysql 开始创建数据库。

这是他发的邮件:

Mysql 5.1.32 is already installed on the vm name@..net.
    [root@name~]# mysql -V
    mysql  Ver 14.14 Distrib 5.1.32, for unknown-linux-gnu (x86_64) using readline 5.1
4

2 回答 2

1

请检查您的 mysql 服务器是否正在运行。如果没有,则使用:

/etc/init.d/mysqld start

然后尝试命令:

mysql -u root -p
于 2012-06-05T18:35:19.127 回答
0

检查与

service mysql status

或者

service mysqld status
于 2012-06-05T18:45:58.627 回答