タイトル: Warning: World-writable config file '/etc/mysql/my.cnf' is ignored
エラー内容
|
Warning: World-writable config file '/etc/mysql/my.cnf' is ignored |
発生条件/原因
/etc/mysql/my.cnfの権限がガバガバなので権限を絞れというメッセージ。
対処法
以下のコマンドを実行して権限を変更する。
|
sudo chmod 644 /etc/mysql/my.cnf |