What steps will reproduce the problem?
1.create user database
2.Mysql 5.5 support
3.
What is the expected output? What do you see instead?
Error
SQL query:
--
-- Table structure for table `osfm_users`
--
DROP TABLE IF EXISTS `osfm_users` ;
CREATE TABLE IF NOT EXISTS `osfm_users` (
`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,
MySQL said:
#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 'CREATE TABLE IF
NOT EXISTS `osfm_users` (
`id` int(11) NOT NULL auto_increment' at line 6
What version of the product are you using? On what operating system? On
what web host?
mysql 5.5
Please provide any additional information below.
Original issue reported on code.google.com by ovidiu.p...@gmail.com on 28 Feb 2012 at 3:24
Original issue reported on code.google.com by
ovidiu.p...@gmail.com
on 28 Feb 2012 at 3:24