安装MYSQL失败

[复制链接]
查看11 | 回复1 | 2007-10-9 01:03:48 | 显示全部楼层 |阅读模式
在LINUX上运行下面的出现错误
rpm -ivh MySQL-server-5.5.25-1.rhel5.i386.rpmMySQL-client-5.5.25-1.rhel5.i386.rpm
Preparing...
########################################### [100%]
1:MySQL-client ########################################### [ 50%]
2:MySQL-server ########################################### [100%]
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h nd3 password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default.This is
strongly recommended for production servers.
See the manual for more instructions.
Please report any problems with the /usr/bin/mysqlbug script!
[root@nd3 ~]# /usr/bin/mysqladmin -u root password 'System11s'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
[root@nd3 ~]# /usr/bin/mysqladmin -u root password '11system'
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
[root@nd3 ~]# /usr/bin/mysqladmin -u root -h nd3 password 'System11s'
/usr/bin/mysqladmin: connect to server at 'nd3' failed
error: 'Can't connect to MySQL server on 'nd3' (111)'
Check that mysqld is running on nd3 and that the port is 3306.
You can check this by doing 'telnet nd3 3306'

回复

使用道具 举报

千问 | 2007-10-9 01:03:48 | 显示全部楼层
你的mysql没有初始化,你要把mysql初始然后启动mysql,才可用连接。你检查下RPM包是否有安装mysql_install_db脚本,这个脚本是用了初始化mysql的,初始化后用service mysql start 启动mysql,就可用连接了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行