回答編集履歴

1

誤記の修正

2018/10/22 06:51

投稿

madoka9393
madoka9393

スコア994

answer CHANGED
@@ -1,7 +1,7 @@
1
1
  既に試されているかもしれませんが、可能性のありそうなところをば。
2
2
 
3
3
  ①[Fatal error: Please read “Security” section of the manual to find out how to run mysqld as root!](https://ja.stackoverflow.com/questions/33292/fatal-error-please-read-security-section-of-the-manual-to-find-out-how-to-run)
4
- 「root権限ではmysqldを起動できない」みたいですね。
4
+ `MySQL5.7`では「root権限ではmysqldを起動できない」みたいですね。
5
5
  ローカルユーザーなら起動できるのではないでしょうか。
6
6
 
7
7
  ②[MySQLで「ERROR 2003 (HY000): Can’t connect to MySQL server」と怒られた時の対処法](https://casualdevelopers.com/tech-tips/how-to-fix-2003-error-when-connecting-to-mysql-server/#EC2Security_GroupAWS)