· 9 years ago · Dec 18, 2016, 05:12 PM
1<Executing SQL script in server
2ERROR: 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 ')
3ENGINE = InnoDB' at line 2
4SQL Code:
5 CREATE TABLE IF NOT EXISTS `mydb`.`table1` (
6 )
7 ENGINE = InnoDB
8
9Fetching back view definitions in final form.
10Could not get definition for mydb.view1 from server
111 views were read back>