Skip to content

Instantly share code, notes, and snippets.

@tiijima
Created December 1, 2015 02:46
Show Gist options
  • Save tiijima/bd7fa8b5093b98b69e16 to your computer and use it in GitHub Desktop.
Save tiijima/bd7fa8b5093b98b69e16 to your computer and use it in GitHub Desktop.
mysql 起動時のエラー warning: World-writable config file /etc/my.cnf is ignored

mysql 起動時のエラー warning: World-writable config file /etc/my.cnf is ignored

起動時エラー

warning: World-writable config file /etc/my.cnf is ignored

対処方

my.cnfのアクセス権限が777などになっていると設定を読み込まないようになっている様なのでアクセス権限を適切に設定する。

$ chmod 644 /etc/my.cnf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment