mysql存储图片问题


 

1. 借鉴http://blog.chinaunix.net/uid-7374279-id-4255927.html

字段名为blob,有四种类型 TinyBlob(255B)、Blob(65k)、MediumBlob(16M)、LongBlob(4G)

例子:

create table test (

ID int auto_increment primary key,

photo blob

);

2. 用java读取数据库图片文件,借鉴http://www.cnblogs.com/jway1101/p/5815658.html

  http://blog.chinaunix.net/uid-7374279-id-4255927.html

  http://www.linuxidc.com/Linux/2012-06/63179.htm

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM