changed password to fulfill mysql reqs

This commit is contained in:
Sebastian Rieger 2019-07-02 23:07:37 +02:00
parent 3e56dff5ee
commit 3e5c3e8d1b

View File

@ -1,3 +1,3 @@
<?php <?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');
?> ?>