Table already exists
Attempting to create a table that already exists in the database.
Use IF NOT EXISTS clause. Drop existing table first with DROP TABLE. Use CREATE OR REPLACE if supported.