#----------------------------
# Table structure for categ_exp
#----------------------------
create table categ_exp (
id int(11) not null auto_increment,
categoria varchar(90),
primary key (id))
type=MyISAM;
#----------------------------
# No records for table categ_exp
#----------------------------
#----------------------------
# Table structure for categorias
#----------------------------
create table categorias (
id int(11) not null auto_increment,
categoria varchar(90),
data_hora date,
primary key (id))
type=MyISAM;
#----------------------------
# Records for table categorias
#----------------------------
Pergunta
cirotobias
tenho o seguinte arquivo, automovel.sql, tenho instruçoes de importalo para o banco de dados, faço tudo correto porém dá um erro de sintaxe
segue o codigo do arquivo e o erro:
codigo
#----------------------------
# Table structure for automoveis
#----------------------------
#---------------------------- # Records for table automoveis #---------------------------- #---------------------------- # Table structure for cadastros #---------------------------- #---------------------------- # Records for table cadastros #---------------------------- #---------------------------- # Table structure for categ_exp #---------------------------- #---------------------------- # No records for table categ_exp #---------------------------- #---------------------------- # Table structure for categorias #---------------------------- #---------------------------- # Records for table categorias #---------------------------- #---------------------------- # Table structure for contador #---------------------------- #---------------------------- # Records for table contador #---------------------------- #---------------------------- # Table structure for expedientes #---------------------------- #---------------------------- # Records for table expedientes #---------------------------- #---------------------------- # Table structure for marcas #---------------------------- #---------------------------- # Records for table marcas #---------------------------- #---------------------------- # Table structure for modelos #---------------------------- #---------------------------- # Records for table modelos #---------------------------- #---------------------------- # Table structure for noticias #---------------------------- #---------------------------- # Records for table noticias #---------------------------- #---------------------------- # Table structure for tipos #---------------------------- #---------------------------- # Records for table tipos #---------------------------- Erro Erro consulta SQL: #---------------------------- # Records for table automoveis #---------------------------- -------------------------- -- # TABLE structure FOR cadastros# -------------------------- -- cMensagens do MySQL :
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados