Skip to content

Commit bdf0ebd

Browse files
author
Marius Burkard
committed
- removed line that drops the ISPConfig database (and was not executed before due to a sql syntax error)
1 parent a431f5c commit bdf0ebd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ public function add_database_server_record() {
280280

281281
// Delete ISPConfig user in the local database, in case that it exists
282282
$this->db->query("DROP USER ?@?", $conf['mysql']['ispconfig_user'], $from_host);
283-
$this->db->query("DROP DATABASE IF EXISTS ??", $conf['mysql']['database']);
284283

285284
//* Create the ISPConfig database user in the local database
286285
$query = 'GRANT SELECT, INSERT, UPDATE, DELETE ON ?? TO ?@? IDENTIFIED BY ?';

0 commit comments

Comments
 (0)