Community Support for OpenDocMan (Deprecated)
Installation problem - Syntax error in script - Printable Version

+- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com)
+-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html)
+--- Forum: OpenDocMan Support - Community Based (https://forum.opendocman.com/forum-6.html)
+--- Thread: Installation problem - Syntax error in script (/thread-382.html)



Installation problem - Syntax error in script - rtahir - 02-21-2011

I am trying a fresh install of Opendocman. While running the install/index.php script I am getting:
"Could not create odm_admin tableYou 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=MyISAM' at line 4".

My OpenDocMan version is 1.2.5.7 and mYSQL version is 5.5.8.

Anyone can help?


Re: Installation problem - Syntax error in script - Stephen - 02-22-2011

It's because of TYPE. I believe mysql5 uses ENGINE now.

1.2.6 no longer specifies TYPE, nor ENGINE in the SQL since mysql uses myisam by default.