Search found 1 match

by mmccurdy
Fri Oct 26, 2007 7:21 pm
Forum: Bug reports
Topic: install dumps using mysqli/mysql
Replies: 1
Views: 4959

install dumps using mysqli/mysql

I had to change a line within installer.php to fix this problem.

installer.php line 695:

Change

$db->connect($DB["server"], $DB["user"], $DB["password"], $DB["db"]);
to
$db->connect($sql_server, $sql_user, $sql_passwort, $sql_db);

Also, what's a passwort? haha