LinuxSir.cn,穿越时空的Linuxsir!

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

MYSQL~关于昨天提问的贴子还是自已搞定了,发出来大家看看,呵呵

[复制链接]
发表于 2004-9-27 07:24:59 | 显示全部楼层 |阅读模式
先用rpm命令查看是否安装了Mysql
为什么这样呢,因为昨天看了一个帖子

http://www.linuxsir.cn/forum.php?mod=viewthread&tid=82424

(RHEL 3.0 光盘安装后 MySQL 不能正常运行的解决办法)

而且昨天我用server mysql start也不能启用,他提示无效的服务

再后面我翻了一天的书,才找到下面的命令(一个人自学难呀,^_^)

[root@laxpserver root]# rpm -qa|grep mysql
mysql-3.23.58-4
php-mysql-4.3.3-6
mod_auth_mysql-20030510-3
mysql-server-3.23.58-4

提示已经安装

[root@laxpserver root]# service mysql start
mysql: unrecognized service

用这个方法提示无效的服务

后面我发才现错了
应该是service mysqld start
少了一个d

后面手工启动

[root@laxpserver root]# /etc/init.d/mysql start
bash: /etc/init.d/mysql: 没有那个文件或目录

提示没有这个目录

[root@laxpserver root]# cd /etc/init.d

然后我就郁闷了,用vsftpd可以,为什么mysql不可以?
用ls进来一看,原来是mysqld,哈哈哈

[root@laxpserver init.d]# ls
acpid     firstboot   krb524         ntpd        rstatd        tux
aep1000   functions   krb5kdc        ospf6d      rusersd       vncserver
amd       gpm         kudzu          ospfd       rwhod         vsftpd
anacron   halt        lisa           pcmcia      saslauthd     winbind
apmd      httpd       mailman        portmap     sendmail      xfs
atd       innd        messagebus     postfix     single        xinetd
autofs    iptables    microcode_ctl  postgresql  smartd        ypbind
bcm5820   irda        mysqld         radiusd     smb           yppasswdd
bgpd      irqbalance  named          radvd       snmpd         ypserv
crond     isdn        netfs          random      snmptrapd     ypxfrd
cups      kadmin      network        rawdevices  spamassassin  yum
dhcpd     kdcrotate   nfs            rhnsd       squid         zebra
dhcrelay  killall     nfslock        ripd        sshd
dovecot   kprop       nscd           ripngd      syslog

启动成功

[root@laxpserver init.d]# cd /
[root@laxpserver /]# /etc/init.d/mysqld start
初始化 MySQL 数据库:                                      [  确定  ]
启动 MySQL:                                               [  确定  ]
[root@laxpserver /]# mysql -uroot
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3 to server version: 3.23.58

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> Aborted
[root@laxpserver /]#
发表于 2004-9-28 19:05:32 | 显示全部楼层
谢谢!你的文章对我帮助很大!
 楼主| 发表于 2004-9-30 07:43:12 | 显示全部楼层
呵呵,一起学习吧,把自已的体会写出来~

因为是同类,所以我知道你们的心情~

大家继续努力吧~
发表于 2004-10-14 22:28:58 | 显示全部楼层
恭喜
发表于 2004-10-26 17:45:26 | 显示全部楼层
GX  
发表于 2004-10-27 08:40:44 | 显示全部楼层

启动MySQL有不同的脚本程序。

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

本版积分规则

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