Green Posted August 6, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 04/28/13 Last Seen: November 4, 2022 Share Posted August 6, 2013 How to Fix This Sql Error Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 6, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted August 6, 2013 you dont have the sql table named "party" sql-files/main.sql#L563 CREATE TABLE IF NOT EXISTS `party` ( `party_id` int(11) unsigned NOT NULL auto_increment, `name` varchar(24) NOT NULL default '', `exp` tinyint(11) unsigned NOT NULL default '0', `item` tinyint(11) unsigned NOT NULL default '0', `leader_id` int(11) unsigned NOT NULL default '0', `leader_char` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`party_id`) ) ENGINE=MyISAM; Quote Link to comment Share on other sites More sharing options...
Green Posted August 6, 2013 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 61 Reputation: 0 Joined: 04/28/13 Last Seen: November 4, 2022 Author Share Posted August 6, 2013 (edited) Sir Emistry ..Wthat Script Should I Save on DB? or i need to go on my PHPadmin? Edited August 6, 2013 by Green Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 6, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted August 6, 2013 just load the sql table in your phpmyadmin or mysql ... Quote Link to comment Share on other sites More sharing options...
Question
Green
How to Fix This Sql Error
Link to comment
Share on other sites
3 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.