質問編集履歴

3

IDとパスワードを変更しました

2022/04/25 15:06

投稿

KeilyX07
KeilyX07

スコア29

test CHANGED
File without changes
test CHANGED
@@ -87,8 +87,8 @@
87
87
  ```php
88
88
  <?php
89
89
  define('DSN', 'mysql:host=localhost;dbname=userData');
90
- define('DB_USER', 'root');
90
+ define('DB_USER', 'Connect');
91
- define('DB_PASS', 'Keily_.0728');
91
+ define('DB_PASS', 'ROP8iY$A1nJ3');
92
92
  ?>
93
93
  ```
94
94
 

2

DB名の誤りを訂正しました

2022/04/24 04:02

投稿

KeilyX07
KeilyX07

スコア29

test CHANGED
File without changes
test CHANGED
@@ -86,7 +86,7 @@
86
86
  #### config.php
87
87
  ```php
88
88
  <?php
89
- define('DSN', 'mysql:host=localhost;dbname=verifyowner');
89
+ define('DSN', 'mysql:host=localhost;dbname=userData');
90
90
  define('DB_USER', 'root');
91
91
  define('DB_PASS', 'Keily_.0728');
92
92
  ?>

1

タイトルを変更しました

2022/04/23 13:26

投稿

KeilyX07
KeilyX07

スコア29

test CHANGED
@@ -1 +1 @@
1
- ログイン画面作成にて「Undefined Array Key」のエラーが表示される
1
+ 【PHP】ログイン画面作成エラーが表示される
test CHANGED
File without changes