hasanarbsq / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

Myaql 5.5 Support #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
use this instead 

Original comment by kavex1...@gmail.com on 30 Jul 2013 at 3:13

Attachments: