SQL Syntax error during upgrade to 4.5.1 Hey all! I need some help upgrading from 4.5 (1.0.9) to 4.5.1.
I am attempting to update the database using Mambo's built in dbadmin component under System/Database/Query.
I am using the upgrade45_109to451.sql file from the 4.5.1 beta 4 release.
Entering this command: INSERT INTO `mos_modules` VALUES (\'\', \'Search\', \'\', 7, \'right\', 0, \'0000-00-00 00:00:00\', 1, \'mod_search\', 0, 0, 1, \'\', 1);
I get this error:
The query was unsuccessful. It return the error code 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 \'\\'\\', \\'Search\\', \\'\\', 7, \\'right\\', 0, \\'0000-00-00 00:00:00\ SQL=INSERT INTO `mos_modules` VALUES (\\'\\', \\'Search\\', \\'\\', 7, \\'right\\', 0, \\'0000-00-00 00:00:00\\', 1, \\'mod_search\\', 0, 0, 1, \\'\\', 1);
I do not have direct access to the database with MySQLadmin or phpAdmin since the Mambo install and database is controlled by Go Daddy.
I hope some of you Mambo-experts can help me complete a successful upgrade to the 4.5.1 Beta.
Thanks!
-John |