Quote:
Originally Posted by am2003
Installing X-Cart database
Updating config.php file... ... [OK]
Creating tables...
[FAILED] 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 '-4.5.0 CHARACTER SET=utf8' at line 1
Fatal error: A fatal error occurred during the installation of the database. Make sure all the conditions required for the installation of the database are met and try again..
Please correct the error(s) before proceeding to the next step.
|
Judging by the error message you've used dots (".") in MySQL database name which is not permitted according to MySQL Schema Object Names:
http://dev.mysql.com/doc/refman/5.0/en/identifiers.html
please try to use another database name which corresponds to MySQL rules