How to save images in MySQL?

Answers were Sorted based on User's Feedback



How to save images in MySQL?..

Answer / hrindows@gmail.com

Images in MySQL can be stored as blobs. For saving them: All the database images are converted into the blobs first. Then, they will get inserted into the database, and later on, it will get stored into the disk.

Is This Answer Correct ?    0 Yes 0 No

How to save images in MySQL?..

Answer / hrindows@gmail.com

Images in MySQL can be stored as blobs. For saving them: All the database images are converted into the blobs first. Then, they will get inserted into the database, and later on, it will get stored into the disk.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the other commands to know the structure of table using MySQL commands except explain command?

2 Answers   SigmaTree,


How we can get distinct columns values in mysql?

0 Answers  


What is the difference between mysql_fetch_array() and ysql_fetch_object() ?

0 Answers  


how to take mysql database backup?

0 Answers  


Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?

0 Answers  






What is delimiter $$?

0 Answers  


Difference between CHAR and VARCHAR?

0 Answers  


How to convert dates to character strings?

0 Answers  


What is mysql url?

0 Answers  


Can you tell how many values can set the function of mysql to consider?

0 Answers  


What does mysqli stand for?

0 Answers  


What happens if null values are involved in expressions?

0 Answers  


Categories