卸载方法:
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
阅读(289) | 评论(0) | 转发(0) |