在 Ubuntu 10.10 上安装 mysql 5 时出现问题
在我的 Ubuntu 10.10 中,遵循此 教程,我没有遇到第2步。我的意思是,在安装数据包时,我没有遇到任何与配置相关的事情。
然后,当我运行命令时,这样的
mysql -u root -p
,我收到此错误:
错误 2002 (HY000):无法连接到 通过socket本地MySQL服务器 '/var/run/mysqld/mysqld.sock' (2)
正如我在其他步骤中看到的,
ps 辅助 | grep mysqld
只给我这个输出:
1000 4508 0.0 0.0 5172 760 分/0 S+ 19:53 0:00 grep --color=auto mysqld
正如你建议我的:
aptitude 搜索 mysql | grep ^i 给我:
i libmysqlclient16 - MySQL数据库客户端库
我一个 libqt4-sql-mysql - Qt 4 MySQL 数据库驱动
我 mysql-client-core-5.1 - MySQL 数据库核心客户端二进制文件
i mysql-common - MySQL数据库常用文件,例如 /etc/mys 我 mysql-server-core-5.1
- MySQL 数据库服务器二进制文件
发生了什么? 提前致谢
In my Ubuntu 10.10, following this tutorial, I don't face step 2. I mean, while installing the packets, I don't face anything related to configuration.
Then, when I run a command, such a
mysql -u root -p
, I get this error:
ERROR 2002 (HY000): Can't connect to
local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
As I see in other treads,
ps aux | grep mysqld
gives me just this output:
1000 4508 0.0 0.0 5172 760 pts/0 S+
19:53 0:00 grep --color=auto mysqld
As you suggested me:
aptitude search mysql | grep ^i
Gives me:i A libmysqlclient16 -
MySQL database client library
i A libqt4-sql-mysql -
Qt 4 MySQL database driver
i mysql-client-core-5.1 -
MySQL database core client binaries
i A mysql-common -
MySQL database common files, e.g.
/etc/mys i mysql-server-core-5.1
- MySQL database server binaries
What is happening??
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先检查 mysql 是否已安装:
如果没有安装:
这将显示您已安装的 mysql 软件包。
如果安装了,好像sql deamon没有启动试试
First check that mysql is installed:
If it's not do:
This will show the mysql packages that you have installed.
If it is installed, it seems that the sql deamon is not started try