PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Virgin_Steel
Worker
Worker


Joined: Sep 30, 2004
Posts: 108
Location: Sf

PostPosted: Thu Jan 20, 2005 5:48 pm Reply with quote Back to top

Fatal error: Maximum execution time of 300 seconds exceeded in C:\www\xampp\phpmyadmin\libraries\read_dump.lib.php on line 186
How i can increase the execution time of 300 sec,`cause my db is too big
about 21,5 MB...i tried to seperate the db as it was written in one post...but it shows me 'No SQL query!'
but there is query with right syntax...

Code:
DROP TABLE IF EXISTS nuke_bbranks;
CREATE TABLE nuke_bbranks (
  rank_id smallint(5) unsigned NOT NULL auto_increment,
  rank_title varchar(50) NOT NULL default '',
  rank_min mediumint(8) NOT NULL default '0',
  rank_max mediumint(8) NOT NULL default '0',
  rank_special tinyint(1) default '0',
  rank_image varchar(255) default NULL,
  PRIMARY KEY  (rank_id)
) TYPE=MyISAM;
etc....
pls HELP!
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16650
Location: Kansas

PostPosted: Thu Jan 20, 2005 7:36 pm Reply with quote Back to top

The PHP script has a timeout that is in the php.ini. The MySQL server has a timeout. And the browser also has a timeout. Bottom line, either load the table in chunks (I recommend about 5,000 lines at a time) or, try this
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2387

PostPosted: Thu Jan 20, 2005 7:42 pm Reply with quote Back to top

If you have direct access just import it from the command prompt.
Here is a pretty good
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16650
Location: Kansas

PostPosted: Sat Jun 04, 2005 10:24 am Reply with quote Back to top

You export the db using phpMyAdmin. Then you open the exported file in a good text editor that has line numbers. Then you copy and paste 5,000 lines at a time or you can try a higher number, into the SQL window in phpMyAdmin. Give
Only registered users can see links on this board!
Get registered or login to the forums!
a try first. It's a great program.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
ysraghav
New Member
New Member


Joined: Oct 04, 2008
Posts: 1

PostPosted: Sat Oct 04, 2008 12:20 am Reply with quote Back to top

Raven wrote:
Give
Only registered users can see links on this board!
Get registered or login to the forums!
a try first. It's a great program.


This thing did it in two minutes what seemed like almost impossible to me. I tried everything else i guess but this was the only thing that worked. Try it out and you will love it.
View user's profile Send private message
arta
New Member
New Member


Joined: May 08, 2009
Posts: 1

PostPosted: Fri May 08, 2009 5:46 am Reply with quote Back to top

hi:
i have same error but the thing is i have 112 tables but after it gave me this error just 98 of my tables are in !!!!can you help me Sad
View user's profile Send private message
fkelly
Moderator


Joined: Aug 30, 2005
Posts: 2668
Location: near Albany NY

PostPosted: Fri May 08, 2009 7:27 am Reply with quote Back to top

Same error = same solution. Get bigdump and use it.
View user's profile Send private message Visit poster's website
bluerace
Regular
Regular


Joined: Apr 04, 2009
Posts: 85
Location: Behind you

PostPosted: Fri May 08, 2009 12:37 pm Reply with quote Back to top

Quote:

C:\www\xampp\phpmyadmin\libraries\read_dump.lib.php on line 186

This error message says you are using experimental AMP (Apache + MySQL + php).
Whatever the size of your DB will be, you may go to 'command prompt (ie, command window)'.
Then, change your directory to

c:\www/xampp\mysql\bin\

Then, use direct dump as follows:

mysql -u YOUR-DB-USERNAME -p YOUR-DB-NAME < YOUR-DB-SQL file.

As you know, this is the fastest way and no time limit, no size limit, and no troubles.

In this context, some of web-hosting companies support SSH Shell access, even though they charge little bit more.
View user's profile Send private message Visit poster's website
slackervaara
Worker
Worker


Joined: Aug 26, 2007
Posts: 173

PostPosted: Tue May 26, 2009 10:33 pm Reply with quote Back to top

I recommend MySQLDumper for backup and restore of huge databases.
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2010 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum