SQL :
CREATE TABLE IF NOT EXISTS `quick_storage` (
`name` VARCHAR( 255 ) NOT NULL,
`value` TEXT NOT NULL,
primary key (`name`)
) TYPE=MyISAM;
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 'TYPE=MyISAM' at line 5
![]()
![]() |
|
|||||||||||||||
Copyright © EventSolutions. All rights reserved. EventSolutions 版權所有 不得轉載 |