jebediah Posted November 3, 2012 Share Posted November 3, 2012 Hi guys. Yes, the never ending story, and i cant solve it by my own. I want to import a database file on ~350mb. So i've change the necessary lines in the php.ini file. upload_max_filesize 400M post_max_size 400M max_execution_time 3000 max_input_time 3000 Well the upload seems to work fine now, but right after the upload to browser says "waiting for www.xxxxxxx.com" and after a couple minutes "6-7 min or so" i recive this message. Fatal error: Maximum execution time of 300 seconds exceeded in /dir/xxx/xxx/string_mb.lib.php on line 47 Well, the line 47 in that file is return mb_substr($string, $start, $length); I'm out of ideas, and i don't think i have to mention that i'm new to phpmyadmin Link to comment https://forums.phpfreaks.com/topic/270249-problems-with-phpmyadmin-and-importing/ Share on other sites More sharing options...
hell_yeah Posted November 3, 2012 Share Posted November 3, 2012 I guess this is something related to myphpadmin configurations, try to change the $cfg['ExecTimeLimit'] variable and increase the amount of time set there. You may find your file "config.inc.php" under phpMyadmin folder in your web server. Link to comment https://forums.phpfreaks.com/topic/270249-problems-with-phpmyadmin-and-importing/#findComment-1389962 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.