要想卸载apache和mysql应用,必须先将这两个应用分别停止。
首先cmd进入命令行模式,在apache的bin目录下运行:
httpd -k uninstall //回车,返回:The Apache2.2 service has been removed successfully.
卸载mysql时,运行:
mysqld -remove //回车,返回:Service successfully removed.
要想卸载apache和mysql应用,必须先将这两个应用分别停止。
首先cmd进入命令行模式,在apache的bin目录下运行:
httpd -k uninstall //回车,返回:The Apache2.2 service has been removed successfully.
卸载mysql时,运行:
mysqld -remove //回车,返回:Service successfully removed.