mysql: unrecognized service错误 service mysql start出错,mysql启动不了,解决mysql: unrecognized service错误的方法如下: ? [root@ctohome.com ~]# service mysql start mysql: unrecognized service [root@ctohome.com ~]# service mysql restart mysq
mysql: unrecognized service错误service mysql start出错,mysql启动不了,解决mysql: unrecognized service错误的方法如下:
?
[root@ctohome.com ~]# service mysql start
mysql: unrecognized service
[root@ctohome.com ~]# service mysql restart
mysql: unrecognized service
?
[root@ctohome.com ~]# rpm -q mysql ? 查询发现mysql已经正常安装
mysql-5.1.52-jason.1
?
[root@ctohome.com ~]# /etc/rc.d/init.d/mysqld start ?直接启动没问题
Starting mysqld: ?[ ?OK ?]
?
?
[root@ctohome.com ~]# ls ?/etc/rc.d/init.d/mysqld ?-l
BIWEB电脑商城站采用PHP5+PDO_mysql+MYSQL+SMARTY程序架构,在WINDOWS、LINUX、UNIX下均表现优异,BIWEB的链接系统使得整个网站更像纯静态网页网站,并使全站链接最大只有3层,对搜索引擎非常友好,利于搜索引擎全站收录。
111
-rwxr-xr-x 1 root root 5509 Dec 18 02:31 /etc/rc.d/init.d/mysqld
?
[root@ctohome.com ~]# chkconfig mysqld on 设置mysql开机启动
?
[root@ctohome.com ~]# chmod 755 /etc/rc.d/init.d/mysqld ?修改mysqld执行权限
?
[root@ctohome.com ~]# service mysqld start ?搞定
Starting mysqld: ?[ ?OK ?]
[root@ctohome.com ~]# service mysqld start
Starting mysqld: ?[ ?OK ?]
[root@ctohome.com ~]# service mysqld status
mysqld (pid 9487) is running...
源:http://www.cnblogs.com/hailexuexi/archive/2012/07/19/2599254.html
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号