Bug #72142 | Error when instaling Blab! blog | ||
---|---|---|---|
Submitted: | 27 Mar 2014 5:50 | Modified: | 27 Mar 2014 16:39 |
Reporter: | Alvar Fuertes | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 6.0.9.11421 | OS: | MacOS (V 10.9.2 ) |
Assigned to: | CPU Architecture: | Any |
[27 Mar 2014 5:50]
Alvar Fuertes
[27 Mar 2014 6:30]
Alvar Fuertes
Sorry, correct MySQL Ver. is mysql-5.6.16-osx10.7-x86_64 Thx.
[27 Mar 2014 9:26]
MySQL Verification Team
http://dev.mysql.com/doc/refman/5.6/en/create-table.html Let me show the actual error here. Using TYPE instead of ENGINE is no longer supported. This is not a bug. mysql> create table t(a int) type=heap; ERROR 1064 (42000): 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 'type=heap' at line 1 mysql> create table t(a int) engine=heap; Query OK, 0 rows affected (0.01 sec)
[27 Mar 2014 16:39]
Alvar Fuertes
Hi, error fixed. Thx. Best regards.