mushme 发表于 2013-1-28 22:13:10

centos下mysql无法启动

启动的时候,出现的错误提示为

mysqld: File '/var/log/mysql/mysql-bin.index' not found (Errcode: 13)
> 070209 14:27:57 Aborting
>
> 070209 14:27:57 mysqld: Shutdown complete
解决方法为

# chown -Rc mysql:adm /var/log/mysql
# /etc/init.d/mysql startc
页: [1]
查看完整版本: centos下mysql无法启动