Home > Database > Mysql Tutorial > mysql启动失败 日记

mysql启动失败 日记

WBOY
Release: 2016-06-07 16:15:52
Original
938 people have browsed it

mysql启动失败 日志 ? 环境:linux centos5 ? ? 启动错误的日志需要配置才会有,否则没有。 ? 在my.cnf中mysqld段添加一项: ? [mysqld] log-error=/usr/mysql.log ? 这样,一旦启动失败,就会在/usr/下面生成mysql.log文件。 ? ? refurl:http://blog.csdn.ne

mysql启动失败 日志

?

环境:linux centos5

?

?

启动错误的日志需要配置才会有,否则没有。

?

在my.cnf中mysqld段添加一项:

?

[mysqld]

log-error=/usr/mysql.log

?

这样,一旦启动失败,就会在/usr/下面生成mysql.log文件。

?

?

refurl:http://blog.csdn.net/eric16/article/details/8280804

?

http://blog.csdn.net/eric16/article/details/8280804

?

http://blog.sina.com.cn/s/blog_406127500100pvar.html

?

?

ps:其实在mysql/data目录下也有一个文件,主机名+.err文件,里面也有一些信息,供参考。

?

?

?

?

?

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template