mysql 存取 image/jpg

CREATE TABLE t_image (f_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, f_image BLOB );
 

//put image to mysql

//http://192.168.0.10/picphp/1.php?pic=4.jpeg


 

 

 

//get image form mysql

//http://192.168.0.10/picphp/2.php?pic_id=4


 

你可能感兴趣的:(mysql)