PHP开发环境总算找全了

WBOY
Release: 2016-06-13 12:11:02
Original
771 people have browsed it

PHP开发环境终于找全了!

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 (注意为追加,不是覆盖)

具体步骤如图所示:
phphj
即可在命令行cmd下,输入mysql -u用户名 -p密码 运行Mysql!

4.PHP开发环境Zend Studio8.0正版下载地址(内含注册码):
http://pan.baidu.com/s/1hq25Syg
安装过程仍旧是一路next即可!

5.zend studio8.0版本汉化语言包下载以及安装方法:
http://pan.baidu.com/s/1gdh9MT1

6.zend studio新版本汉化离线语言包安装方法:
http://www.phpthinking.com/archives/649

7.EditPlus编辑器下载及配置PHP调试环境
http://bbs.phpthinking.com/thread-167-1-1.html

8.listary文件查找工具下载及使用
http://bbs.phpthinking.com/thread-173-1-1.html

郑重声明:如有任何疑问,留言即可,第一时间回复!

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