install dumps using mysqli/mysql

Please report bugs here!

Moderator: Thorsten

Post Reply
mmccurdy
Posts: 1
Joined: Fri Oct 26, 2007 7:16 pm

install dumps using mysqli/mysql

Post by mmccurdy »

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
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

this is a wrong fix... this can't work.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply