• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

No import rep++

Rezo

New Member
Joined
Apr 26, 2009
Messages
1
Reaction score
0
Hello, i wana to import my datbase to my new serv but no possible t o do.
here is my error:

SQL query:

DELIMITER ; -- -- Dumping data for table `guilds` -- INSERT INTO `guilds` (`id`, `world_id`, `name`, `ownerid`, `creationdata`, `motd`, `description`, `logo_gfx_name`) VALUES (1, 0, 'Nieghbour', 9, 1239472990, 'Your guild has been successfully created, to view all available commands type: !commands. If you would like to remove this message use !cleanmotd and to set new motd use !setmotd text.', '', 'neighbours.gif'), (155, 0, 'Rapi', 5145, 1239988311, 'Your guild has been successfully created, to view all available commands type: !commands. If you would like to remove this message use !cleanmotd and to set new motd use !setmotd text.', '', ''), (4, 0, 'Abi', 27, 1239476687, '', 'New guild. Leader must edit this text :)', 'abi.jpg'), (5, 0, 'abi', 59, 1239477317, '', 'New guild. Leader must edit this text :)',(6, 0, 'mabi', 42, 1239477379, '', 'New guild. Leader must edit this text :)', 'mabi.jpg'), (159, 0, 'Ackupunkt[...]

MySQL said: Documentation
#1146 - Table 'good.guild_ranks' doesn't exist
 
Hello, i wana to import my datbase to my new serv but no possible t o do.
here is my error:

SQL query:

DELIMITER ; -- -- Dumping data for table `guilds` -- INSERT INTO `guilds` (`id`, `world_id`, `name`, `ownerid`, `creationdata`, `motd`, `description`, `logo_gfx_name`) VALUES (1, 0, 'Nieghbour', 9, 1239472990, 'Your guild has been successfully created, to view all available commands type: !commands. If you would like to remove this message use !cleanmotd and to set new motd use !setmotd text.', '', 'neighbours.gif'), (155, 0, 'Rapi', 5145, 1239988311, 'Your guild has been successfully created, to view all available commands type: !commands. If you would like to remove this message use !cleanmotd and to set new motd use !setmotd text.', '', ''), (4, 0, 'Abi', 27, 1239476687, '', 'New guild. Leader must edit this text :)', 'abi.jpg'), (5, 0, 'abi', 59, 1239477317, '', 'New guild. Leader must edit this text :)',(6, 0, 'mabi', 42, 1239477379, '', 'New guild. Leader must edit this text :)', 'mabi.jpg'), (159, 0, 'Ackupunkt[...]

MySQL said: Documentation
#1146 - Table 'good.guild_ranks' doesn't exist

It clearly says what's wrong.
guild_ranks is missing. So add them first.
 
Back
Top