I\'m trying to import this sql in my database name symfony
CREATE TABLE IF NOT EXISTS ingredient ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255)
Go to the database in phpadmin and in sql drop the table .Then create the table.