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
install dumps using mysqli/mysql
Moderator: Thorsten
Hi,
this is a wrong fix... this can't work.
bye
Thorsten
this is a wrong fix... this can't work.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist