I had created a large number of accidental tables inside of a database.
I decided to export the tables I still needed using the 'CodeGen' format export option.
I then deleted all the tables from the database.
When I go to re-import the exported tables, MySQL replies with the 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 'using System' at line 1"
How can I fix this? Is there anyway to either import the now C# code or comvert the code into an importable format?
I decided to export the tables I still needed using the 'CodeGen' format export option.
I then deleted all the tables from the database.
When I go to re-import the exported tables, MySQL replies with the 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 'using System' at line 1"
How can I fix this? Is there anyway to either import the now C# code or comvert the code into an importable format?