Results 1 to 2 of 2
-
20th Mar 2012, 05:38 PM #1OPMember
How to remove permanently DirectAdmin without re-install OS?
How to remove permanently DirectAdmin without re-install OS?
i want to remove DA from my server. but "Google" say better to re-OS.
anyone?Jiung Reviewed by Jiung on . How to remove permanently DirectAdmin without re-install OS? How to remove permanently DirectAdmin without re-install OS? i want to remove DA from my server. but "Google" say better to re-OS. :facepalm: anyone? Rating: 5
-
21st Mar 2012, 12:38 AM #2BannedWebsite's:
xsl.tel xsltel.comaccording to directadmin staff its virtually not possible however since it build all all software from source and put each software in its individual folder you can try remove them.
1- this command will remove all directadmin files including license,templates,user data, apache vrtual hosts.
rm -rf /usr/local/directadmin
2- to remove mysql completely from system do this commands
rpm -qa "MySQL*"
this will show you something like this
MySQL-devel-5.1.61-1.glibc23
MySQL-shared-5.1.61-1.glibc23
MySQL-client-5.1.61-1.glibc23
MySQL-server-5.1.61-1.glibc23
you will need to remove all those with this command :
rpm -e MySQL-devel-5.1.61-1.glibc23 MySQL-shared-5.1.61-1.glibc23 MySQL-client-5.1.61-1.glibc23 MySQL-server-5.1.61-1.glibc23
please be aware versions may vary between my current example and your VPS.
then you will need to remove mysql directory where it save mysql databases, mysql logins, etc... with this command :
rm -rf /var/lib/mysql
and then remove init script
rm -rf /etc/init.d/mysqld
3- you will need to remove apache configuration and files with this command :
rm -rf /etc/httpd
4- also you will need to remove php directory with this command according to your current php version :
rm -rf /usr/local/php5
or
rm -rf /usr/local/php4
this should make your system clean to install cpanel, kloxo, or other thing you will like.
Highest Regards
Mohammed H
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
HELP How to remove ubuntu and install Windows
By Cooper in forum Webmaster DiscussionReplies: 14Last Post: 17th Aug 2011, 04:37 PM -
[Shared] Web Hosting Offer from Byteps.Com | DirectAdmin | Automatic install | DE
By Byteps.com in forum ArchiveReplies: 7Last Post: 6th Apr 2011, 07:12 AM -
How to install sborg on vps with directadmin
By downloadsmasti in forum Technical and Security TutorialsReplies: 5Last Post: 11th Mar 2011, 06:54 PM -
[Shared] [DirectAdmin] - Premium DirectAdmin Shared Hosting | Super Fast | ONLY $1.90/mth
By gfxguru in forum ArchiveReplies: 0Last Post: 29th Apr 2010, 09:59 PM
themaManager - edit and manage...
Version 4.04 released. Open older version (or...