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

Can we use mysql and mysqli together?

737


How can you count the total number of records of any table?

724


How do you say mysql?

679


How do I start mysql in ubuntu?

716


What is difference between Sql server and MySql database? It may be silly question but i really dont know.

1830


How to write optimized query in mysql?

764


How do I import database through command line?

717


What is current version of mysql?

711


What does do in mysql?

670


What is the usage of regular expressions in mysql?

702


What is mvcc in mysql?

720


What are the 3 main types of search queries?

652


What is the full meaning of mysql?

712


Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products

2623


What are views in mysql?

708