phpmyadmin: how to remove time limit to import big databases

前端 未结 4 1742
Happy的楠姐
Happy的楠姐 2021-01-03 10:09

how can I remove the time limit for the import operation in phpmyadmin ?

I\'m not able to upload a big database because of the limit and I have to login again in the

4条回答
  •  悲&欢浪女
    2021-01-03 10:17

    you shouldn't use phpmyadmin to upload big databases... use console mysql/mysqldump.

    but you can chenge max_execution_time parameter in your php.ini if you really want to

提交回复
热议问题