Home  >  Article  >  Backend Development  >  PHP开发环境完整版详解

PHP开发环境完整版详解

WBOY
WBOYOriginal
2016-06-23 13:45:58959browse

地址:http://www.phpthinking.com/archives/680

1.如果未安装Mysql和Apache,建议您安装WampServer,WampServer=Apache+php+mysql!

Wamp下载地址:
http://pan.baidu.com/s/1jG7R3OM

Wamp安装详解:
http://www.phpthinking.com/archives/379
2.Navicat下载地址(内含注册码):
http://pan.baidu.com/s/1jG5PD1W

Navicat非常简单,一路next即可!
3.Mysql命令行操作,首先配置环境变量:

右击 计算机??属性??高级系统设置??高级->环境变量->系统变量
选择PATH,在其后面添加:你的mysql文件夹路径/bin (如:D:\wamp\bin\mysql\mysql5.5.8\bin)
PATH=…….;D:\wamp\bin\mysql\mysql5.5.8\bin (注意为追加,不是覆盖)

具体步骤如图所示:

即可在命令行cmd下,输入mysql -u用户名 -p密码 运行Mysql!
4.PHP开发环境Zend Studio正版下载地址(内含注册码):
http://pan.baidu.com/s/1hq25Syg

安装过程仍旧是一路next即可!
5.zend studio汉化离线语言包安装方法:
http://www.phpthinking.com/archives/649
郑重声明:如有任何疑问,留言即可,第一时间回复!


Statement:
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