dble
dble copied to clipboard
save byte[] to mysql longblob column error
when i upload a picture to mysql,first i turn this pic file into byte[] data , but when the byte[] data insert into mysql,it change.what happend is the byte[] data before insert and the byte[] data after query are diffrent.but if i connnect mysql directly not through dble,the problem never happen.