miracle Posted May 20, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 08/06/12 Last Seen: November 17, 2017 Share Posted May 20, 2017 Hi, i got error like this . after i execute main.sql . when i using old db and upgrade the sql still got this error . maybe i miss some execute sql file or something ? Quote Link to comment Share on other sites More sharing options...
1 miracle Posted May 20, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 08/06/12 Last Seen: November 17, 2017 Author Share Posted May 20, 2017 (edited) fixed just add conf/inter_athena.conf: clan_table: clan clan_alliance_table: clan_alliance thanks Edited May 20, 2017 by miracle Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted May 20, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted May 20, 2017 (edited) try adding this table CREATE TABLE `clan` ( `clan_id` INT( 11 ) UNSIGNED NOT NULL AUTO_INCREMENT , `name` VARCHAR( 24 ) NOT NULL DEFAULT '', `master` VARCHAR( 24 ) NOT NULL DEFAULT '', `mapname` VARCHAR( 24 ) NOT NULL DEFAULT '', `max_member` SMALLINT( 6 ) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY ( `clan_id` ) ) ENGINE = MYISAM AUTO_INCREMENT =5; Edited May 20, 2017 by Cyro Quote Link to comment Share on other sites More sharing options...
Question
miracle
Hi, i got error like this .
after i execute main.sql . when i using old db and upgrade the sql still got this error .
maybe i miss some execute sql file or something ?
Link to comment
Share on other sites
2 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.