Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

geting error when uploading


sinryder

Recommended Posts

hello guys i am trying to upload sql database " ocs1" in myphpadmin and i keep getting this error

the size of sql is 5.99mb > 6142KB

 

 

Fatal error: Maximum execution time of 300 seconds exceeded in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/read_dump.lib.php on line 91

 

any help is greating apprecaited

 

thankyou

Link to comment
Share on other sites

hello guys i am trying to upload sql database " ocs1" in myphpadmin and i keep getting this error

the size of sql is 5.99mb > 6142KB

any help is greating apprecaited

 

thankyou

 

in php.ini increase thia value :

 

;;;;;;;;;;;;;;;;;;;

; Resource Limits ;

;;;;;;;;;;;;;;;;;;;

 

max_execution_time = 300 ; Maximum execution time of each script, in seconds

Treasurer MFC

Link to comment
Share on other sites

php.ini is only accessible to you if you are managing your own server. If you have paid hosting, chances are that you do not have access to this file.

 

What you can do, though, is to edit your .sql file, and save it off into chunks. If you open it with a text editor, you should be able to see the natural breaks in the file. Save the first several sections into one file, the next several into another file, etc.

 

You should then be able to upload the individual files.

 

-jared

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...