質問編集履歴

1

変更

2018/09/16 17:32

投稿

maikel
maikel

スコア61

test CHANGED
File without changes
test CHANGED
@@ -88,7 +88,7 @@
88
88
 
89
89
  mb_internal_encoding("utf8");
90
90
 
91
- $pdo = new PDO("mysql:dbname=lesson01;host=localhost;","root","404again");
91
+ $pdo = new PDO("mysql:dbname=lesson01;host=localhost;","root","~~password~~");
92
92
 
93
93
 
94
94