Jump to content

Problems With Phpmyadmin And Importing


jebediah

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.