LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 663|回复: 4

安装mysql后,启动出错

[复制链接]
发表于 2003-9-30 00:31:13 | 显示全部楼层 |阅读模式
安装 MySQL:

shell> groupadd mysql
shell> useradd -g mysql mysql
shell> cd /home/soft/
shell> tar -zxvf mysql-3.23.56.tar.gz
shell> cd mysql-3.23.56
shell> ./configure --prefix=/usr/local/mysql
shell> make
shell> make install
shell> cd /usr/local/mysql/bin
shell> ./mysql_install_db
shell> chown -R root /usr/local/mysql
shell> chown -R mysql /usr/local/mysql/var
shell> chgrp -R mysql /usr/local/mysql
shell> cp /usr/local/mysql/share/mysql/mysql.server ./
shell> chmod 711 mysql.server

启动 MySQL:
shell> ./mysql.server start
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
发表于 2003-9-30 08:06:25 | 显示全部楼层
这个脚本需要修改相关的路径设定。
自己打开这个文件看一下先。
 楼主| 发表于 2003-9-30 09:23:11 | 显示全部楼层
我试试吧,
我还有一台机子,源码装的能正常启用
./mysql -u root -p password 也能正常进入
但是不能改密码,我的命令是
./mysqladmin -u root -p oldpassword password newpassword
然后在次输入newpassword
出现以下提示
Can't connect to MySQL server on 'localhost'
说连不上机子,
但我phpmyadmin,都能连上的呀?
./mysql -u root -p password 也能正常进入操作的
这是什么回事?
发表于 2004-7-15 13:14:55 | 显示全部楼层

顶!!

顶!!
我也想知道。。。。。
发表于 2004-7-21 11:56:17 | 显示全部楼层
/var/lib/mysql/
下没有
mysql.sock
文件!!!
怎么办????
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表