Multicraft install error

Status
This thread has been locked.

Tom

Premium
Feedback score
9
Posts
754
Reactions
481
Resources
0
So I've installed mutlicraft 2.0 however when I try to Initialize the database on the setup page I get this error:
ec9f1d0b12.png
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tom

Premium
Feedback score
9
Posts
754
Reactions
481
Resources
0
There should be an "Initialize Database" button right below. Click it, and it should correct the error. If not, go into phpmyAdmin and DROP the databases, then go and recreate them.
I created the databases using
Code:
mysql -uroot -p
*password*
create database multicraft_daemon;
create database multicraft_panel;
exit;
The only Initialize Database button is at the top and when I click it I get the error above.
 
Status
This thread has been locked.
Top