PDA

View Full Version : interrupted installation ISPConfig


badgerbox76
18th March 2006, 12:10
I need to remove ispconfig totaly from my system before reinstalling it again because i have had an interruption duing the install. There is no uninsall in /root/ispconfig so how can i remove the program? i have already tryed just installing it again but that has not helped. thanks

falko
18th March 2006, 12:22
Do this:

rm -fr /root/ispconfig
rm -fr /home/admispconfig

Also delete the ISPConfig database, if it exists:
mysql -u root -p
SHOW DATABASES;
DROP DATABASE <name_of_ispconfig_database>;
quit;

badgerbox76
18th March 2006, 16:16
thanks i will just try to install it again :rolleyes: