• 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!

Imorting database (DB.rar)

my database has 455 KB and after 300 seconds it says
Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\import\sql.php on line 121

please help.

when i added guild_ranks into DB it can't load :/
 
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.
 
max_execution_time = 400 ; Maximum execution time of each script, in seconds
max_input_time = 400 ; Maximum amount of time each script may spend parsing request data

not helped, any idea how to split it in fast time? because copy + paste is little waste time..
 
Back
Top