两种方法导入大型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... [阅读全文]