質問編集履歴
1
userをadminに変更しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,5 +21,5 @@
|
|
21
21
|
mysql -u root -p < export_table.sql
|
22
22
|
$enter password ...password
|
23
23
|
```
|
24
|
-
ERROR 1045 (28000): Access denied for user '
|
24
|
+
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: NO)
|
25
25
|
```
|