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 procedures in mysql?

0 Answers  


What happens if you no create privilege in a database?

0 Answers  


Which storage engines support transactions in MySQL?

2 Answers  


What is ISAM?

0 Answers  


What's new in mysql 8?

0 Answers  






What is longblob?

0 Answers  


Explain Access Control Lists.

0 Answers  


How do I save in mysql?

0 Answers  


SELECT country,city FROM customers GROUP BY country ORDER BY city DESC

5 Answers   HCL,


what programming language which is used for testing and developement in sql?

3 Answers  


What are the advantages of a procedure?

0 Answers  


Explain MySQL optimization?

1 Answers  


Categories