mysql启动报错解决-3

本文记录了MySQL服务启动失败的问题及解决过程。启动时遇到错误提示文件'/home/mysql_config/log/mysql-bin.index'未找到,错误码13。通过调整目录权限解决了问题。

场景还原:

初始化

#/usr/local/webserver/mysql/bin/mysql_install_db --user=mysql --basedir=/usr/local/webserver/mysql/ --datadir=/home/mysqldata

Installing MySQL system tables...
150205 11:48:00 [Note] Flashcache bypass: disabled
150205 11:48:00 [Note] Flashcache setup error is : ioctl failed

OK
Filling help tables...
150205 11:48:00 [Note] Flashcache bypass: disabled
150205 11:48:00 [Note] Flashcache setup error is : ioctl failed

OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/local/webserver/mysql//bin/mysqladmin -u root password 'new-password'
/usr/local/webserver/mysql//bin/mysqladmin -u root -h kooxoo17.ktep3.kuxun.cn password 'new-password'

Alternatively you can run:
/usr/local/webserver/mysql//bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr/local/webserver/mysql/ ; /usr/local/webserver/mysql//bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd /usr/local/webserver/mysql//mysql-test ; perl mysql-test-run.pl

Please report any problems with the /usr/local/webserver/mysql//scripts/mysqlbug script!

Percona recommends that all production deployments be protected with a support
contract (http://www.percona.com/mysql-suppport/) to ensure the highest uptime,
be eligible for hot fixes, and boost your team's productivity.

启动

/usr/local/webserver/mysql/bin/mysqld_safe --defaults-file=/home/mysql_config/my.cnf --user=mysql --basedir=/usr/local/webserver/mysql/ --datadir=/home/mysqldata  &

未启动成功:
看日志报错如下:

150205 16:17:03 mysqld_safe Starting mysqld daemon with databases from /home/mysqldata
150205 16:17:03 [Warning] '--default-character-set' is deprecated and will be removed in a future release. Please use '--character-set-server' instead.
150205 16:17:03 [Warning] '--log-long-format' is deprecated and will be removed in a future release. Please use '--log-short-format' instead.
150205 16:17:03 [Warning] '--log_slow_queries' is deprecated and will be removed in a future release. Please use ''--slow_query_log'/'--slow_query_log_file'' instead.
150205 16:17:03 [Warning] --myisam_max_extra_sort_file_size is deprecated and does nothing in this version.  It will be removed in a future release.
150205 16:17:03 [Note] Flashcache bypass: disabled
150205 16:17:03 [Note] Flashcache setup error is : ioctl failed

150205 16:17:03 [Note] Flashcache setup error is : ioctl failed

/usr/local/webserver/mysql/libexec/mysqld: File '/home/mysql_config/log/mysql-bin.index' not found (Errcode: 13)
File '/home/mysql_config/log/mysql-bin.index' not found (Errcode: 13)
150205 16:17:03 [ERROR] Aborting

150205 16:17:03 [Note] /usr/local/webserver/mysql/libexec/mysqld: Shutdown complete

150205 16:17:03 mysqld_safe mysqld from pid file /home/mysql_config/run/mysql.pid ended


原因:

mkdir -p /home/mysql_config/log

手工创建的这个目录,那么默认是root权限,mysql无法写入,所以不会生成mysql-bin.index这个文件。

解决方法:

chown -R mysql.mysql /home/mysql_config/



本文转自 Tenderrain 51CTO博客,原文链接:http://blog.51cto.com/tenderrain/1612033

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值