• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problems imports Database

stanczyk

Scripter
Joined
Nov 24, 2009
Messages
293
Reaction score
2
Hello.
What I have to do to transfer my Database on a dedicated server as an inch on the Database contains 14MB and shows me the time of 300sec exceeded imports

Please help

Thanks!
It gives help for Rep. + +
 
Last edited:
First export the DB, then upload it on speedyshare ur choice. Then open the file and copy the whole text and then insert it on "insert sql"


If helped rep
 
If your time is exceeding, you should be able to change the maximum execution time in \php.ini, if you don't have access to this file you could try splitting your database into multiple parts (eg, import all players, then their storage's, then the rest so it doesn't exceed 300 seconds.
 
Back
Top