How to save images in MySQL?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is mysql free for enterprise?

480


Where is mysql data stored linux?

461


What is the difference between database and table?

562


How do I tune a mysql query?

462


What is row level locking in access?

473






How to calculate the difference between two dates?

478


How to check if a record exists in a mysql database php?

437


Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?

488


What are the security alerts while using mysql?

567


What is difference between function and procedure in mysql?

445


How to represent ENUMs and SETs internally?

627


What is difference between unix timestamp and mysql timestamp?

530


What is the maximum size of table in mysql?

550


How to dump a table to a file with 'mysqldump'?

515


What are date and time data types in mysql?

513