質問編集履歴

1

質問文の修正

2019/11/03 08:11

投稿

sgggg
sgggg

スコア4

test CHANGED
File without changes
test CHANGED
@@ -1,49 +1,41 @@
1
- ### 前提・実現したいこと
2
-
3
- php
4
-
5
- ここに質問の内容を詳しく書いてください。
6
-
7
- (例)PHP(CakePHP)で●●なシテムを作ていま
1
+ 先日、MAMPのphpAdminを使ってデータベースを作成していたところ、操作ミスでユーザー管理を全て削除してしいましたそこからデータベースにアクセスが出来なくなりました。
8
-
9
- ■■な機能を実装中に以下のエラーメッセージが発生しました。
10
2
 
11
3
 
12
4
 
13
- ### 発生している問題・エラーメッセージ
5
+ MAMPからphpmyadminを開くと
6
+
7
+ エラー文は
8
+
9
+ MYSQL said:
10
+
11
+ Cannot connect: invalid setting
14
12
 
15
13
 
16
14
 
17
- ```
15
+ mysqli_real_ connect()
18
16
 
19
- エラーメッセージ
17
+ (HY000/1045):Access denied for user 'root'@'localhost' (using password: YES)
20
-
21
- ```
22
18
 
23
19
 
24
20
 
25
- ### 該当のソースコード
21
+ 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.
22
+
23
+ と表示されます。
26
24
 
27
25
 
28
26
 
29
- ```ここに言語名を入力
27
+ https://hit.hateblo.jp/entry/2016/05/23/183341
30
28
 
31
- ソースコード
29
+ https://blog.ashija.net/2019/02/21/post-3816/
32
30
 
33
- ```
31
+ こちらのサイトを参考にさせてもらいましたが、いまいち解決ができません。
34
32
 
35
33
 
36
34
 
37
- ### 試したこと
35
+ 環境は
38
36
 
37
+ macOS
39
38
 
39
+ バージョン10.15です。
40
40
 
41
- ここに問題に対して試したこと記載してください。
41
+ 解決方法教えてください、よろしくお願いします
42
-
43
-
44
-
45
- ### 補足情報(FW/ツールのバージョンなど)
46
-
47
-
48
-
49
- ここにより詳細な情報を記載してください。