码迷,mamicode.com
首页 > 数据库 > 详细

mysql二进制安装启动的问题

时间:2017-03-22 23:37:52      阅读:516      评论:0      收藏:0      [点我收藏+]

标签:without   server   二进制   mysql   

二进制安装后,启动时出现问题(mysql安装在/application/msyql下):

[root@135 bin]# /etc/init.d/mysqld start
Starting MySQL.170320 22:21:51 mysqld_safe The file /usr/local/mysql/bin/mysqld
does not exist or is not executable. Please cd to the mysql installation
directory and restart this script from there as follows:
./bin/mysqld_safe&
See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more information
 ERROR! The server quit without updating PID file (/application/mysql/data/135.pid).



解决办法和思路:

首先是按照错误的提示操作,严格的执行./bin/mysqld_safe&,之后可以启动,启动的进行如下:

mysql      4389   4243  2 22:23 pts/0    00:00:00 ./bin/mysqld --basedir=/application/mysql --datadir=/application/mysql/data --plugin-dir=/application/mysql/lib/plugin --user=mysql --log-error=/application/mysql/data/135.err --pid-file=/application/mysql/data/135.pid


可以看出用/etc/init.d/mysqld启动,之所以出现如上的错误,还是配置文件的问题,没有找到配置的文件。可执行命令  ./bin/mysqld_safe --defaults-file=/etc/my.cnf   指定已经配好的配置文件。



本文出自 “12086733” 博客,请务必保留此出处http://12096733.blog.51cto.com/12086733/1909410

mysql二进制安装启动的问题

标签:without   server   二进制   mysql   

原文地址:http://12096733.blog.51cto.com/12086733/1909410

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!