質問編集履歴

1

このサイト https://www.aipacommander.com/entry/2014/05/26/152247 のやり方でも試しましたができませんでした。

2018/12/12 06:59

投稿

tatpka
tatpka

スコア17

test CHANGED
File without changes
test CHANGED
@@ -84,4 +84,26 @@
84
84
 
85
85
 
86
86
 
87
+ https://www.aipacommander.com/entry/2014/05/26/152247
88
+
89
+ このサイトにあるように、
90
+
91
+ ```mysql> grant all privileges on *.* to 'root'@'localhost' identified by 'password' with grant option;```を実行したところ、
92
+
93
+ ```ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'identified by 'passwd' with grant option' at line 1
94
+
95
+ ```
96
+
97
+ と返ってきてしまいました。
98
+
99
+ どうすればMysqlにログインできますか、、、よろしくおい願いいたします。
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
87
109
  ここにより詳細な情報を記載してください。