sinryder Posted November 30, 2004 Share Posted November 30, 2004 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 More sharing options...
boxtel Posted November 30, 2004 Share Posted November 30, 2004 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 <{POST_SNAPBACK}> 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 More sharing options...
sinryder Posted November 30, 2004 Author Share Posted November 30, 2004 in php.ini increase thia value : ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 300 ; Maximum execution time of each script, in seconds <{POST_SNAPBACK}> hey can you please tell me where this php.ini file is ? thankx for the help Link to comment Share on other sites More sharing options...
balram Posted November 30, 2004 Share Posted November 30, 2004 hey can you please tell me where this php.ini file is ? thankx for the help <{POST_SNAPBACK}> location of php.ini file is : /etc or /usr/local/lib [I]thanks in advance for your help balram[/i] Link to comment Share on other sites More sharing options...
Guest Posted November 30, 2004 Share Posted November 30, 2004 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 More sharing options...
sinryder Posted November 30, 2004 Author Share Posted November 30, 2004 thankyou guys for your help. distributing the sql file worked :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.