Where can change - $cfg['ExecTimeLimit'] = 3600;

$cfg[‘ExecTimeLimit’] = 3600;
and post_max_size

i need mode time for export sql base from file. is so big 125 mbites

Check the config file in /etc/phpmyadmin/

You can also consider using mysql and cli

mysql new_database < data-dump.sql

2 Likes

If it is wordpress you may also use

wp db import file.sql

You may also want to drop and create the database too. Check wp CLI manuals.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.