This is my first attempt at setting up a EO private server.
At first I was considering using the Mannequin Database/Server/Client, but I've decided to go with

.
I've followed most instructions as written in

by Drenferalis. I have, however, deviated where it comes to MySQL. I am not using winmysqladmin, Wamp, or XAMPP. I have instead opted to use a standalone installation of

and the

.
As a part of the troubleshooting process, I've tried viewing all the tables of the Rainbow Database one-by-one. Most of the tables opened without a fuss, but about a tenth or so of the tables gave the following error:
Code:
Error Code: 1034. Incorrect key file for table '[I]Table name here[/I]'; try to repair it.
Here is a list of the tables affected:
account
account_c
account_old
account_pwd
ball_card
columns_priv
cq_card
cq_card2
cq_card3
cq_leaveword
cq_sys_leaveword
cq_user
cq_userbroken
I redownload the database and inspected it again, but the exact same set of tables were affected.
Any idea how to get this database working with MySQL Community Server 5.5.27? Any ideas what could be causing this incompatability?
I got part way through setting up Mannequin before I decided to switch to Rainbow DB. During that time, I did try to inspect the Mannequin database, and if I recall correctly, its 'account' table gave the same error as the Rainbow DB tables. Unfortunately, that was the only table in Mannequin's database that I examined, but I am fairly confident that I would have found it had problems nearly identical to Rainbow DB's had I inspected all of them.
i.e., I don't think it's a problem with the specific release.
If needed, I can reload the Mannequin database and inspect the tables to confirm this.
Aside from that, I'd also like to know what differences there are between a straight installation of MySQL and the MySQL installed with winmysqladmin that might have an effect on the EO Server programs.
(I am using the 64-bit versions of Windows 7 and MySQL CS 5.5.27, if that makes any difference)