Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Error
  2.  
  3. SQL query:
  4.  
  5. CREATE TABLE IF NOT EXISTS `wi_gallery` (
  6. `picture` varchar( 64 ) NOT NULL ,
  7. `picturethumbnail` int( 11 ) NOT NULL ,
  8. `description` varchar( 255 ) NOT NULL ,
  9. `active` int( 1 ) NOT NULL ,
  10. `rank` int( 11 ) NOT NULL ,
  11. UNIQUE KEY `picture`
  12. ) ENGINE = MYISAM DEFAULT CHARSET = latin1;
  13.  
  14. MySQL said: Documentation
  15. #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 ') ENGINE=MyISAM DEFAULT CHARSET=latin1' at line 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement