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

Once Again "Database Crash"

Dark Warrior

New Member
Joined
Feb 29, 2008
Messages
419
Reaction score
1
Idk if you remember my last post i had a data base crash.... talatauren helped me... but now im havin truble again now theres no "repair option"
Just Flush Table and i did it already and nothin wrong..

Help me plaxord ;)


crashzo7.jpg
 
innogx7.jpg


If you can't see that option, you will need to change the mysql server configuration and restart the server.

Search for my.ini on your xampp folder, open the file and search for skip-innodb and change to #skip-innodb

Restart xampp/mysql.

Now you will be able to change the storage engine to InnoDB.

Remember to change all tables!
 
Last edited:
The "my, SpeedDial, 6 KB" is the my.cnf.

As I said, you need to be a ninja to open that file on a text editor :p

The way I done to edit that file:

1 - open a windows command window.
2 - browse to the xampp/mysql/bin folder (cd C:\xampp\mysql\bin)
3 - copy my.cnf my.txt
4 - edit the my.txt and save
5 - copy my.txt my.cnf
 
Last edited:
Back
Top