I am running XAMPP on windows and when I try and import a file to create tables in the db, I get this error,
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\g create table performers (performer_name varchar(255) not null, producer_serv' at line 1
Here is the first line in the file:
create table producers (producer_server varchar(255) not null, type varchar(255) not null, version varchar(255), login varchar(255) not null, password varchar(255) not null, dbase varchar(255) not null, name varchar(255), address varchar(255))\g
Someone Please Help Me...