How to save images in MySQL?
Answers were Sorted based on User's Feedback
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 |
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 |
What is mysql routine?
What is an example of a delimiter?
Why to use char instead of varchar in the database?
What is the difference between mysql and pdo?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
Should I use pdo or mysqli?
Explain the different types of mysql joins.
How can you move the master database
How to delete a column and add a new column to database
What happens if null values are involved in expressions?
What is the difference between CHAR and VARCHAR data types?
How important is to list the column names when doing an insert?