Guest User

Untitled

a guest
Jun 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. mysql> CREATE TABLE IF NOT EXISTS `plugin_schema_info` (
  2. ->   `plugin_name` varchar(255) default NULL,
  3. ->   `version` int(11) default NULL
  4. -> ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  5. ERROR 1064 (42000): 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 ' `plugin_name` varchar(255) default NULL,
  6.   `version` int(11) default NULL
  7. ) ' at line 2
Add Comment
Please, Sign In to add comment