質問編集履歴

3

修正

2021/01/27 06:42

投稿

meruchaaan
meruchaaan

スコア18

test CHANGED
File without changes
test CHANGED
@@ -94,6 +94,8 @@
94
94
 
95
95
  > SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE')
96
96
 
97
+
98
+
97
99
  というエラーメッセージを見て、検索すると大体'root'@'localhost' (using password: NO)のところが'homestead'@'localhost' (using password: YES)となっている記事を多く見ます。
98
100
 
99
101
  その点もこの問題が解決できない原因なのでしょうか?

2

追記

2021/01/27 06:42

投稿

meruchaaan
meruchaaan

スコア18

test CHANGED
File without changes
test CHANGED
@@ -87,3 +87,13 @@
87
87
  ```
88
88
 
89
89
  もしよろしければ、ご教授お願い致します。
90
+
91
+
92
+
93
+ 追記
94
+
95
+ > SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = laravel and table_name = migrations and table_type = 'BASE TABLE')
96
+
97
+ というエラーメッセージを見て、検索すると大体'root'@'localhost' (using password: NO)のところが'homestead'@'localhost' (using password: YES)となっている記事を多く見ます。
98
+
99
+ その点もこの問題が解決できない原因なのでしょうか?

1

追記

2021/01/27 06:41

投稿

meruchaaan
meruchaaan

スコア18

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,9 @@
1
+ > mysql --version
2
+
3
+ mysql Ver 14.14 Distrib 5.7.32, for Linux (x86_64) using EditLine wrapper
4
+
5
+
6
+
1
7
  [したいこと]
2
8
 
3
9
  LaravelからMysqlに接続
@@ -16,7 +22,7 @@
16
22
 
17
23
  mysqlのrootユーザーにログインできること、データベースにhomesteadがあることは確認済みです。
18
24
 
19
- socket変える、password空欄でログイン、passwordがrootでのログイン、データベースにlaravelというデータベースを作りデータベースの名前欄のところを変えてログイン、DB_HOST=localhostでのログイン等々を試しましたがどれもダメでした。
25
+ socket変える、password空欄でログイン、passwordがrootでのログイン、データベースにlaravelというデータベースを作りデータベースの名前欄のところを変えてログイン、DB_HOST=localhostでのログイン、php artisan config:clear等々を試しましたがどれもダメでした。
20
26
 
21
27
  そしてdatabases.phpとenvファイルは下記の通りです。
22
28