Home > Database > Mysql Tutorial > body text

[转载]apache和mysql在windows下的一些使用技巧_MySQL

WBOY
Release: 2016-06-01 13:51:48
Original
874 people have browsed it

Apache


Apache绿色版|MySQL绿色版

转载自http://hi.baidu.com/fgfd0/blog/item/824640083bcd80910b7b8273.html


我自己用了很久了,虽然很简单,但相信许多人还不知道,就写出来和大家共享

下载原版,第一次安装时,装到D盘或其他盘
再次安装系统时,不需要再重新安装Apache和MySQL,只需要打几个简单的命令即可!

本文出处: http://www.21andy.com/
作者: Andy

重装完系统后

1. 运行CMD进入命令行

2. 进入apache所在的目录下的bin目录,如 d:/apache/bin 运行

httpd -k install

只要这一步apache服务就安装好了

3. 进入mysql所在的目录下的bin目录,如 d:/mysql/bin 运行

mysqld -install

也只要这一步Mysql服务就安装好了

卸载
和上面2步一样,进入bin目录

apache卸载命令

httpd -k uninstall

mysql卸载命令

mysqld -remove 作者:icejoywoo 出处:http://www.cnblogs.com/icejoywoo/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!