Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Images To Database?
Quite a simple question.
What should I do to put an image into my table?
What type of columns I should use?
When I put some image and see this table next time, it dissapears!!!
Please, HELP!
You should use a BLOB, MEDIUMBLOB or LONGBLOB column (BLOB = Binary Long OBject).
SQLyog has a special BLOB-viewer that support the most common graphics formats.