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 is mysql routine?

0 Answers  


What is an example of a delimiter?

0 Answers  


Why to use char instead of varchar in the database?

0 Answers  


What is the difference between mysql and pdo?

0 Answers  


how we will Show selected records sorted in an ascending (asc) or descending (desc).

0 Answers  


Should I use pdo or mysqli?

0 Answers  


Explain the different types of mysql joins.

0 Answers  


How can you move the master database

0 Answers   IBM,


How to delete a column and add a new column to database

0 Answers  


What happens if null values are involved in expressions?

0 Answers  


What is the difference between CHAR and VARCHAR data types?

2 Answers   Ramco,


How important is to list the column names when doing an insert?

0 Answers  


Categories