Skip to content

Commit 748bd4e

Browse files
committed
1 parent 76ada3e commit 748bd4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/uninstall.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333

3434
// Delete the ISPConfig database
3535
// $app->db->query("DROP DATABASE '".$conf["db_database"]."'");
36+
$app->db->query("DELETE FROM mysql.user WHERE User = 'ispconfig'");
37+
38+
3639
exec("/etc/init.d/mysql stop");
3740
exec("rm -rf /var/lib/mysql/".$conf["db_database"]);
3841
exec("/etc/init.d/mysql start");

0 commit comments

Comments
 (0)