Sallycantdance Posted Thursday at 09:18 PM Group: Members Topic Count: 225 Topics Per Day: 0.14 Content Count: 798 Reputation: 12 Joined: 12/04/20 Last Seen: Yesterday at 06:41 AM Share Posted Thursday at 09:18 PM hello i already import the sql file but it is error in the webserver Quote CREATE TABLE IF NOT EXISTS `user_configs` ( `world_name` varchar(32) NOT NULL, `account_id` int(11) unsigned NOT NULL, `data` longtext NOT NULL, PRIMARY KEY (`world_name`, `account_id`) ) ENGINE=MyISAM; Quote CREATE TABLE IF NOT EXISTS `char_configs` ( `world_name` varchar(32) NOT NULL, `account_id` int(11) unsigned NOT NULL, `char_id` int(11) unsigned NOT NULL, `data` longtext NOT NULL, PRIMARY KEY (`world_name`, `account_id`, `char_id`) ) ENGINE=MyISAM; Quote Link to comment Share on other sites More sharing options...
Question
Sallycantdance
hello i already import the sql file but it is error in the webserver
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.