質問編集履歴
1
画像変更とURL変更しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,25 @@
|
|
6
6
|
|
7
7
|
#エラー
|
8
8
|
|
9
|
-
|
9
|
+
```
|
10
|
+
|
11
|
+
Welcome to phpMyAdmin
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
Error
|
16
|
+
|
17
|
+
MySQL said:Documentation
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
Cannot connect: invalid settings.
|
22
|
+
|
23
|
+
mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)
|
24
|
+
|
25
|
+
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
|
26
|
+
|
27
|
+
```
|
10
28
|
|
11
29
|
```
|
12
30
|
|
@@ -72,6 +90,6 @@
|
|
72
90
|
|
73
91
|
以下の手順で
|
74
92
|
|
75
|
-
https://qiita.com/avicii2314/items/ac8848b62445966ff40d
|
93
|
+
[リンク内容](http://https://qiita.com/avicii2314/items/ac8848b62445966ff40d)
|
76
94
|
|
77
95
|
よろしくお願いします。
|