Skip to content
Minwe LUO edited this page Jul 18, 2015 · 1 revision

warning the user/local/mysql/data directory is not owned by the mysql user

sudo chown -RL root:mysql /usr/local/mysql
sudo chown -RL mysql:mysql /usr/local/mysql/data
sudo /usr/local/mysql/support-files/mysql.server start
Clone this wiki locally