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 create a database in mysql workbench?

447


what is constraints?

632


How many types of indexes are there in mysql?

484


How to drop an existing view in mysql?

532


Create table employee (eno int(2),ename varchar(10)) ?

547






How to enter boolean values in sql statements?

545


What command is used to delete the data from the table without deleting the table structure?

460


How to show all records starting with the letters 'sonia' and the phone number '9876543210'

520


What is max connections in mysql?

491


What are the different column comparison operators in mysql?

486


What is the usage of regular expressions in mysql?

493


What is clob datatype?

484


What is pdo :: fetch_assoc?

497


What is the command line end user interface - mysql?

529


Write a query to stop mysql in unix

621