Home > Database > Mysql Tutorial > MySQL Server无法启动错误诊断一则_MySQL

MySQL Server无法启动错误诊断一则_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:34:57
Original
1072 people have browsed it

bitsCN.com

MySQL Server无法启动错误诊断一则

 

 mysql> select version()/G;

     *************************** 1. row ***************************

     version(): 5.5.16-log

     1 row in set (0.00 sec)

 

     [mysql@cdio ~]$ mysqld_safe &

     [1] 3036

     [mysql@cdio ~]$ 130506 19:16:34 mysqld_safe Logging to '/home/mysql/mysql/log/alert.log'.

     130506 19:16:34 mysqld_safe Starting mysqld daemon with databases from /home/mysql/mysql/data

     130506 19:16:36 mysqld_safe mysqld from pid file /home/mysql/mysql/data/cdio.pid ended

     

   查看日志、发现:

 

     130506 17:40:19 [ERROR] /home/mysql/mysql/bin/mysqld: unknown variable 'inactive_timeout=172800'

     130506 17:40:19 [ERROR] Aborting

 

原来是inactive_timeout拼错了、该参数为interactive_timeout
 

bitsCN.com
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
MySQL stops process
From 1970-01-01 08:00:00
0
0
0
Error when installing mysql on linux
From 1970-01-01 08:00:00
0
0
0
phpstudy cannot start mysql?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template