Maximum execution time of 360 seconds exceeded in C:\wamp\apps\phpmyadmin4.1.14

前端 未结 3 1285
遥遥无期
遥遥无期 2021-02-10 05:15

Im trying to backup a wordpress website from host and move it back on my local host and keep it as a sample for rebuilding. If have any workaround or maybe other methods I`m all

3条回答
  •  悲&欢浪女
    2021-02-10 05:52

    For the latest version of wamp server:

    • Wampserver 2.5.17 32bits
    • Apache 2.4.17/2.2.31
    • PHP 5.6.14/7.0.0rc5/5.5.30/5.4.45/5.3.29
    • MySQL 5.6.27/5.7.9/5.5.46/5.1.73/5.0.83
    • PhPMyAdmin 4.5.0
    • MysqlDumper 1.24.4 (W7 Pro 64bits)

    try this out: In wamp\alias\phpmyadmin.conf file, just before the last statement add four statements to obtain:

      php_admin_value upload_max_filesize 512M
      php_admin_value post_max_size 512M
      php_admin_value max_execution_time 900
      php_admin_value max_input_time 900
    
    

提交回复
热议问题