changed password to fulfill mysql reqs
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=cloud_tug_of_war', 'cloud_tug_of_war', 'cloud');
|
||||
$pdo = new PDO('mysql:host=localhost;dbname=cloud_tug_of_war', 'cloud_tug_of_war', 'cloudpass');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user