Files
cloud-computing-msc-ai-exam…/example-projects/tug-of-war-in-the-clouds/web-content/config.php
2019-07-02 23:07:37 +02:00

4 lines
109 B
PHP

<?php
$pdo = new PDO('mysql:host=localhost;dbname=cloud_tug_of_war', 'cloud_tug_of_war', 'cloudpass');
?>