懒人的方法,下载一个XAMPP软件,软件百度搜一下就可以找到了……配置按照默认的配置就行了 1.下载BugFree安装包,解压后复制到XAMPP系统的htdocs子目录下。 2.然后启动XAMPP软件的,就是把Apache和MySql的功能开起来 3.浏览器访问http://localhost:80 ...
分类:
其他好文 时间:
2017-09-07 00:59:32
阅读次数:
248
Warning: World-writable config file '/Applications/XAMPP/xamppfiles/etc/my.cnf' is ignored ERROR 2002 (HY000): Can't connect to local MySQL server thr ...
分类:
数据库 时间:
2017-09-05 15:55:17
阅读次数:
646
修改 httpd.conf 增加 <Directory "F:\xampp\htdocs\test\qingdao\data\data">Options Indexes FollowSymLinksAllowOverride AllRequire all granted php_admin_flag ...
分类:
Web程序 时间:
2017-08-30 14:17:03
阅读次数:
142
1下载xampp,里面有apache,mysql,phpmyadmin, 2 下载wsgi,http://download.csdn.net/download/copter/9192361 将对应的模块解压放到D:\programs\xampp\apache\modules 然后到D:\progra ...
今天,在php中对数据库字符字段进行查询的时候,语法之类的完全正确,但是就是查询不到结果,而在命令行中,同样的语句却能获得预期的功效。经多方面的了解之后才发现是字符编码不匹配的原因。在这里,把我的解决过程跟大家分享一下: 首先,我用的是xampp这个软件来进行安装的,所以可能跟其他软件有所区别。然后 ...
分类:
数据库 时间:
2017-08-29 12:56:53
阅读次数:
140
1、文本编辑器 notepad++ 、editplus、ultrEdit 、sublime text 2、web开发 UI兼容性测试:IETester 前端:Dreamweaver XML 、CSS 开源网页服务器:Apache HTTP Server 建站集成软件包:XAMPP Apache、My ...
分类:
其他好文 时间:
2017-08-27 00:15:54
阅读次数:
171
1、登陆phpmyadmin http://localhost/phpmyadmin 2、修改root密码 先点击"mysql"数据库,再点击SQL窗口,输出以下语句: update user set password=PASSWORD('123456') where user='root'; fl ...
分类:
数据库 时间:
2017-08-23 11:48:01
阅读次数:
160
[XDebug]xdebug.auto_trace = 1xdebug.trace_format = 0xdebug.trace_output_dir = "C:\xampp\htdocs\xdebug"xdebug.trace_options = 0 xdebug.collect_params = ...
分类:
Web程序 时间:
2017-08-22 01:40:49
阅读次数:
192
1.d:\xampp\php\php-cgi.exe -b 127.0.0.1:9000 -c d:\xampp\php\php.ini 2.nginx conf配置如下: #user nobody;worker_processes 1; #error_log logs/error.log;#err ...
xampp 訪问出现New XAMPP security concept New XAMPP security concept: Access to the requested directory is only available from the local network. This sett ...
分类:
其他好文 时间:
2017-08-21 11:56:25
阅读次数:
203