Chinaunix首页 | 论坛 | 博客
  • 博客访问: 128966
  • 博文数量: 89
  • 博客积分: 2580
  • 博客等级: 少校
  • 技术积分: 775
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-05 20:09
文章分类

全部博文(89)

文章存档

2009年(89)

我的朋友

分类: Mysql/postgreSQL

2009-06-04 02:30:34

卸载方法:
you can unistall mysql installed from a source distrobution by going to that extracted installion directory (the directory you used to build/install mysql) and type in the following.

shell> make -n uninstall
then type
shell> make distclean

Following this, go delete the directory that it was installed to (i.e. /usr/local/mysql )


简而言之就是在你编译make mysql的文件夹里输入
make -n uninstall
make distclean
即可删除
然后删除安装目录/usr/local/mysql
阅读(274) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~