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
How can we encrypt and decrypt a data presented in a table using mysql?
How do I view data in mysql workbench?
What is the full form of mysql?
How do I create a mysql database?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
What is mysql and how it works?
What is the purpose of -> in the mysql terminal?
How large can a mysql database become?
If we use sum function in mysql, does it return sum of that row or for that column?
Does mysql scale well?
What is max connection in mysql?
How do I export mysql query results to excel?
What is a storage engine? What are the differences between innodb and myisam engines?
What is ibdata1?
Does uninstalling mysql delete database?