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

How to upload a large file through phpmyadmin in mysql?

0 Answers  


What is root password?

0 Answers  


SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?

0 Answers  


How to update info already in a table and delete a row(s) from a table.

0 Answers  


How to write optimized query in mysql?

0 Answers  






What is pragma autonomous_transaction?

0 Answers  


What are the ways in which you can retrieve data in the result set of mysql using php?

0 Answers  


Write a query to display current date and time?

0 Answers  


What is mysqlcommand?

0 Answers  


What is tee command in mysql?

0 Answers  


how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.

0 Answers  


Can you tell the difference between mysql_fetch_object and mysql_fetch_array?

0 Answers  


Categories