We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dded7b commit 9c87a05Copy full SHA for 9c87a05
install/lib/installer_base.lib.php
@@ -263,7 +263,7 @@ public function add_database_server_record() {
263
}
264
265
// Delete ISPConfig user in the local database, in case that it exists
266
- $this->db->query("DROP USER ?'@'? ", $conf['mysql']['ispconfig_user'], $from_host);
+ $this->db->query("DROP USER ?@?", $conf['mysql']['ispconfig_user'], $from_host);
267
$this->db->query("DROP DATABASE IF EXISTS ?", $conf['mysql']['database']);
268
269
//* Create the ISPConfig database user in the local database
0 commit comments