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
What is the full form of mysql?
What mysql -u john -p command does?
What is prepare statement in mysql?
Can you tell the difference between $message and $$message?
What is pdo mysql?
i made a table whih contain a column "Photo" with image data type and i want to insert the byte of a picture present in my hardisk using insert statement in that colum... so what will be my insert statement?
How to enable or disable a row of a table using MySQL in struts?
How do I start mysql from command line?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
Is mysql a backend?
Explain the difference between mysql_fetch_array(), mysql_fetch_object()?
Which statement is used in a select query for partial matching?
What is query log in mysql?
What is 'mysqladmin' in mysql?
what are the different tables present in mysql? : Mysql dba