What data type to use in MySQL to store images?

前端 未结 3 1502
攒了一身酷
攒了一身酷 2020-12-09 01:36

I need to store image and resume of user in the data base.

I am using mysql data base and php5. I need to know which data types I should use.

And also how do

3条回答
  •  情深已故
    2020-12-09 02:04

    What you need, according to your comments, is a 'BLOB' (Binary Large OBject) for both image and resume.

提交回复
热议问题