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

How do I assign a variable in mysql?

457


How to use case expression?

506


Which mysql function is used to concatenate string?

749


What are the 5 r's of managing behaviors?

596


How do I find my mysql username and password?

527






What is the difference between char and varchar in mysql?

492


What do you mean by % and _ in the LIKE statement?

522


How we can see all indexes defined for a table in mysql?

462


Explain the difference between mysql_fetch_array(), mysql_fetch_object()?

445


What is the latest mysql?

459


Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?

4188


How can you increase the performance of mysql select query?

467


What is the use of mysql_fetch_array () function in php?

455


How do I view data in mysql workbench?

482


How do I delete a row in mysql?

460