error in importing table into database

Asked

Viewed 95 times

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.

1 answer

0


Before importing a table, check if the database was created and after it was created, click on its name (if phpmyadmin) to enter the database. After that you can import.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.