MySQLDumper-Board Forum Index Follow me on Twitter

Portal  •   Forum  •  Downloads  •  Profile  •  Search   •  Register  •  Log in to check your private messages  •  Log in  •  


 error when restoring phpbb3 database

Post new topicReply to topic
Author Message
HerculePoirot
knows MySQLDumper
knows MySQLDumper





Joined: 26 Apr 2010
Posts: 2


blank.gif

PostPosted: 2010-04-26, 15:06    error when restoring phpbb3 database Reply with quoteBack to top

Fatal error: Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\mysqldump2\mysqldumper\restore.php on line 123


i got those errors when trying to restore my forum database.

this is happening for sometime now... and even when i tried at the hosting using mysqldumper, i got the same error. any idea why?

i cant figure it out what's the cause of this.

btw i also backup it using mysqldumper but without a single problem.


please help.


Thanks.

OfflineView user's profileSend private message    
Anzeigen











Posted:    Anzeigen Back to top


    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2010-04-26, 19:58    (No subject) Reply with quoteBack to top

What version are you using?
In the actual version 1.24 it is impossible to get a timeout in line 123.

_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
HerculePoirot
knows MySQLDumper
knows MySQLDumper





Joined: 26 Apr 2010
Posts: 2


blank.gif

PostPosted: 2010-04-27, 05:08    (No subject) Reply with quoteBack to top

yes i'm using version 1.24, when backup and restore.

is there any way to fix this?


thanks.

OfflineView user's profileSend private message    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2010-04-27, 05:27    (No subject) Reply with quoteBack to top

At the moment I have no idea what could cause this.
Could you send me your backup? I would try to reproduce this.

_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
Slackervaara
uses MSD regulary
uses MSD regulary





Joined: 23 Apr 2008
Posts: 11


sweden.gif

PostPosted: 2011-10-06, 20:02    (No subject) Reply with quoteBack to top

I got identical problem with latest Xampp and a database with phpBB3 and MySQLDumper 1.23. The restore halted at phpbb_posts. However, I discovered that from the commandline in Windows one can import databases faster than MySQLDumper and also errors can be suppressed that normally halts import.

Open a commandwindows in Windows write:

C:\xampp\mysql\bin\mysql -u root databasename < full path to sql-file

If you get errors and halt at phpbb_search_wordmatch, which I did try again with:

C:\xampp\mysql\bin\mysql -u root databasename --force < full path to sql-file

I GB sql file (100 MB gz compressed) took one hour to import on a 6 year old PC.

OfflineView user's profileSend private message    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2011-10-06, 20:07    (No subject) Reply with quoteBack to top

Of course the command line is faster than any PHP application that lives in a restricted environment.
But why do you use version 1.23? The actual version is 1.24.4 and we improved a lot since version 1.23.
So you could give it a new try. Wink

_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
Slackervaara
uses MSD regulary
uses MSD regulary





Joined: 23 Apr 2008
Posts: 11


sweden.gif

PostPosted: 2011-10-06, 20:37    (No subject) Reply with quoteBack to top

Sorry, I wrote wrong version number I use MySQLDumper 1.24.3.
OfflineView user's profileSend private message    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2011-10-06, 20:43    (No subject) Reply with quoteBack to top

Ok. Wink
So if it halts at phpbb_posts, you might have set the speed limits to high.
Try lowering the params for the speed limit.

_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
Slackervaara
uses MSD regulary
uses MSD regulary





Joined: 23 Apr 2008
Posts: 11


sweden.gif

PostPosted: 2011-10-09, 07:55    (No subject) Reply with quoteBack to top

Yesterday, I tried the identical database and files in Xampp for Linux. I had then no problem what so ever with MySQLDumper, which was at least double as fast as in Windows. It seems as the problem only occurs with Xampp for Windows.
OfflineView user's profileSend private message    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2011-10-09, 12:28    (No subject) Reply with quoteBack to top

« DSB » wrote:
Try lowering the params for the speed limit.

Did you try what I suggested?

_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
Slackervaara
uses MSD regulary
uses MSD regulary





Joined: 23 Apr 2008
Posts: 11


sweden.gif

PostPosted: 2011-10-09, 17:36    (No subject) Reply with quoteBack to top

I have tried to decrease the velocity first to 20000 and then to 5000, but the error persists and the restore stops at phpbb_posts.
OfflineView user's profileSend private message    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2011-10-09, 18:10    (No subject) Reply with quoteBack to top

Did you check Xampp's PHP error_log?
_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
Slackervaara
uses MSD regulary
uses MSD regulary





Joined: 23 Apr 2008
Posts: 11


sweden.gif

PostPosted: 2011-10-09, 18:19    (No subject) Reply with quoteBack to top

Yes, the error message were: Maximum execution time of 300 seconds exceeded
Exactly as previously.

OfflineView user's profileSend private message    
DSB
Developer
Developer




Age: 41
Joined: 30 Apr 2004
Posts: 16067
Location: Reichenberg bei Würzburg


germany.gif

PostPosted: 2011-10-09, 18:37    (No subject) Reply with quoteBack to top

Was the dump you want to import made using MySQLDumper?
_________________
Gruß / Greetings, DSB

Teigwaren heißen Teigwaren, weil sie Teig waren.
Diejenigen, die lautstark darüber diskutieren, warum es nicht geht, mögen bitte jene nicht stören, die es gerade tun.

OfflineView user's profileSend private messageSend e-mailVisit poster's website    
Slackervaara
uses MSD regulary
uses MSD regulary





Joined: 23 Apr 2008
Posts: 11


sweden.gif

PostPosted: 2011-10-09, 21:34    (No subject) Reply with quoteBack to top

Yes, it was created with identical version of MySQLDumper.
OfflineView user's profileSend private message    
Display posts from previous:      
Post new topicReply to topic


 Jump to:   


Show permissions
Similar topics
Topic Author Forum Replies Posted
No new posts Incorrect database name Cujo Fehler / Probleme 5 2012-04-17, 20:24 View latest post
No new posts Backup Error Vengeance66 Errors and questions 4 2012-04-02, 16:52 View latest post
No new posts MySQL-ERROR / nach phpmyadmin passwor... stone_22 MySQLDumper 1.24 4 2012-03-31, 00:40 View latest post
No new posts Error beim wiederherstellen der Daten... nefertia Errors and questions 4 2012-03-28, 18:59 View latest post
No new posts Error 500 .... femu MySQLDumper 1.24 12 2012-03-26, 11:57 View latest post

 
CrackerTracker © 2004 - 2012 CBACK.de

Powered by Orion based on phpBB © 2001, 2002 phpBB Group
CBACK Orion Style based on FI Theme
All times are GMT + 2 Hours

phpBB SEO