| 
 
| CREATE TABLE `test` ( `Id` int(11) NOT NULL AUTO_INCREMENT,
 `pic` longblob,
 PRIMARY KEY (`Id`)
 ) ENGINE=MyISAM DEFAULT CHARSET=binary;
 
 
   Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 '?¤?ya5±?cU?O?:(`iJ?“?E????éó?$m6?NX!S?‘éíR??N?\0?}§??_???
 êR??b??A????L?]·?[–' at line 1
 
 mysql里面存图片文件报这个异常怎么解决
 
 | 
 |