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 76ada3e commit 748bd4eCopy full SHA for 748bd4e
install/uninstall.php
@@ -33,6 +33,9 @@
33
34
// Delete the ISPConfig database
35
// $app->db->query("DROP DATABASE '".$conf["db_database"]."'");
36
+$app->db->query("DELETE FROM mysql.user WHERE User = 'ispconfig'");
37
+
38
39
exec("/etc/init.d/mysql stop");
40
exec("rm -rf /var/lib/mysql/".$conf["db_database"]);
41
exec("/etc/init.d/mysql start");
0 commit comments