We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37b2923 + 772dad9 commit 3e78366Copy full SHA for 3e78366
1 file changed
install/lib/mysql.lib.php
@@ -104,6 +104,7 @@ public function setDBData($host, $user, $password) {
104
105
public function setDBName($name) {
106
$this->dbName = $name;
107
+ $this->_iConnId = mysqli_connect($this->dbHost, $this->dbUser, $this->dbPass);
108
if(!((bool)mysqli_query( $this->_iConnId, 'USE `' . $this->dbName . '`'))) {
109
$this->close();
110
$this->_sqlerror('Datenbank nicht gefunden / Database not found');
0 commit comments