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 :)

Edited by jebediah
Link to comment
Share on other sites

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.

Edited by hell_yeah
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.