马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!一.源码装置的卸载***:
到源码目次,假如能够运转makeuninstall就能够卸载。假如没有,就间接删除。
假如是./configure--prefix指定了目次用rm-rf目次名删除
-------------------------------------------------------------
[root@localhost~]#cd/usr/local/src/mysql-5.1.45
[root@localhostmysql-5.1.45]#makeuninstall
[root@localhostmysql-5.1.45]#cd..
[root@localhostsrc]#rm-rfmysql-5.1.45
[root@localhostsrc]#cd..
[root@localhostlocal]#ls
binetcgamesincludeliblibexecmysqlsbinsharesrcweb
[root@localhostlocal]#rm-rfmysql/
[root@localhostlocal]#ls
binetcgamesincludeliblibexecsbinsharesrcweb
[root@localhostlocal]#
-------------------------------------------------------------
二.rpm体例装置的卸载***:
检察是不是装置mysql的下令
rpm-qa|grepmysql
然后逐一利用rpm-emysq-*卸载
假如呈现
error:Faileddependencies:
libmysqlclient.so.10isneededby(installed)libdbi-dbd-mysql-0.6.5-10.RHEL4.1.i386
libmysqlclient.so.10isneededby(installed)MySQL-python-1.0.0-1.RHEL4.1.i386
libmysqlclient.so.10isneededby(installed)MyODBC-2.50.39-21.RHEL4.1.i386
libmysqlclient.so.10isneededby(installed)qt-MySQL-3.3.3-9.3.i386
mysqlclient10isneededby(installed)MySQL-python-1.0.0-1.RHEL4.1.i386
mysqlclient10=3.23.58-4.RHEL4.1isneededby(installed)mysqlclient10-devel-3.23.58-4.RHEL4.1.i386
时,利用--nodeps参数,如:
rpm-emysqlclient10-devel-3.23.58-4.RHEL4.1--nodeps
rpm-emysqlclient10-3.23.58-4.RHEL4.1--nodeps
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们! |