1
I am trying to import a table but this presenting this error.
--
-- Table structure tb_colaboradores
CREATE TABLE tb_colaboradores
(
id_colaborador
int(11) NOT NULL,
nome
varchar(40) NOT NULL,
username
varchar(20) NOT NULL,
senha
varchar(20) NOT NULL,
acesso
int(11) NOT NULL
) ENGINE=Innodb DEFAULT CHARSET=latin1;
Mysql Messages : Documentation
1046 - Aucune base n'a
Could someone help me.