mysql “cant create test file” error on Centos

 

When starting mysql on Centos servers with a custom data directory you might get an error similar to the following:

2014-10-15 10:23:56 17081 [Warning] Can't create test file /database/mysql/localhost.lower-test

 

If your chmod and chown settings are already correct you might need to look into selinux.
This page explains how to configure selinux for mysql:https://blogs.oracle.com/jsmyth/entry/selinux_and_mysql

你可能感兴趣的:(mysql)