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

Solved #1194 - Table 'tile_items' is marked as crashed and should be repaired

Alexo

New Member
Joined
Aug 18, 2007
Messages
27
Reaction score
0
hi i have a problem, today when i try to open my server i saw few errors, when i log on the game all the houses loose their items this is what shows on the console, so i went to my data base, i go to tile_items and this show up:
#1194 - Table 'tile_items' is marked as crashed and should be repaired

What can i do?
 
Repair table:

Go to your database select your table and then select repair table:

Image:

repairtableet4.png


Or just use this Query in your database:

PHP:
 REPAIR TABLE `tile_items`
 
Back
Top