Browse Source

changed password to fulfill mysql reqs

master
Sebastian Rieger 5 years ago
parent
commit
3e5c3e8d1b
  1. 2
      example-projects/tug-of-war-in-the-clouds/web-content/config.php

2
example-projects/tug-of-war-in-the-clouds/web-content/config.php

@ -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');
?>
Loading…
Cancel
Save