Fiz isso , certinho , porem quaando vo importar da esse erro : '' Não foi possivel importar as configurações'' .
deu isso :
Erro
Comando SQL:
CREATE TABLE IF NOT EXISTS `accounts` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT , `name` varchar( 32 ) NOT NULL , `password` char( 40 ) NOT NULL , `type` int( 11 ) NOT NULL DEFAULT '1', `premdays` int( 11 ) NOT NULL DEFAULT '0', `lastday` int( 10 ) unsigned NOT NULL DEFAULT '0', `email` varchar( 255 ) NOT NULL DEFAULT '', `creation` int( 11 ) NOT NULL DEFAULT '0', PRIMARY KEY ( `id` ) , UNIQUE KEY `name` ( `name` )
) ENGINE = InnoDB;
Mensagens do MySQL :
#1046 - No database selected