100个技巧或工具建立你自己的家用 LAMP 服务器
2008-08-26 21:14LAMP (Linux, Apache, MySQL and PHP) servers are very popular for their ease of use and flexibility. They’re also easy to initiate, because the components are easy to aquire and there’s a lot of documentation available to help with getting started. Read on to find some of the best resources available... [阅读全文]
Windows 下配置Apache2, PHP5, MYSQL5 和 Zend
2008-04-30 16:06Windows XP下全新安装Apache2,PHP5,MYSQL5,Zend的简单过程 一、下载地址: Apache2.0.50 :http://httpd.apache.org/download.cgi PHP5.0.2 :http://cn2.php.net/get/php-5.0.2-Win32.zip/from/a/mirror MYSQL5.0.2:http://dev.mysql.com/downloads/mysql/5.0.html Zend2.5.2 :http://www.zend.com/store/free_download.php?pid=13] 软件的安装偶就不说... [阅读全文]
phpMyAdmin 导入大型数据库文件大小限制配置
2007-09-22 02:261. 修改 php.ini 文件中下列3项的值: upload_max_filesize, memory_limit, post_max_size 2. 在 phpMyAdmin 的配置文件中修改或加入这个设置: $cfg['EexecTimeLimit'] = 0; ... [阅读全文]
两种方法导入大型MySQL数据库
2005-10-21 02:55方法一:通过PHPMyAdmin导入 修改两个文件: 1. 修改PHP.ini 下列项目的值: max_execution_time = 300 ; Maximum execution time of each script, in seconds (note: default was 30) memory_limit = 20M ; Maximum amount of memory a script may consume (note: default was 8M) upload_max_filesize = 20M (note: default was 2M) 2. 修改PHPMyAdm... [阅读全文]
最新评论