• 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!

Error when Importing database 7.6

Grozzmo

Member
Joined
Nov 29, 2007
Messages
125
Reaction score
8
Hello, I just tryed to import my sql database which I downloaded and got with the server Avesta SQL v3 for Tibia 7.6, what I get is this error:

Error
SQL query:

CREATE TABLE `groups` (

`id` INT UNSIGNED NOT NULL AUTO_INCREMENT ,
`name` VARCHAR( 255 ) NOT NULL COMMENT 'group name',
`flags` BIGINT UNSIGNED NOT NULL DEFAULT 0,
`access` INT NOT NULL ,
`maxdepotitems` INT NOT NULL ,
`maxviplist` INT NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = InnoDB;



MySQL said:

#1046 - No database selected

If anyone could tell me what's wrong so I could fix it anyhow I would be really happy, just tell me if I should upload the file.


Kind regards,
Grozzmo.
 
Back
Top