Datenbank-Anpassung an neuen Server

This commit is contained in:
2016-12-03 13:23:49 +00:00
parent 2311e8174e
commit 47f4c735b3

View File

@@ -1,6 +1,6 @@
<?php
// konstanten.php
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'c2startup');
define('MYSQL_PASS', 'lmaa,dw.');
define('MYSQL_DATABASE', 'c2startup');
define('MYSQL_HOST', '127.0.0.1');
define('MYSQL_USER', 'c1_startup');
define('MYSQL_PASS', 'J8WWzNqy#of');
define('MYSQL_DATABASE', 'c1_startup');