Please somebody tell me how do I store video, audio, image using blob data types in mysql. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please somebody tell me how do I store video, audio, image using blob data types in mysql.

21st Oct 2016, 8:24 PM
Neeraj Sharma
Neeraj Sharma - avatar
1 Answer
0
It is not recommended to do so. It will make your database huge and slow. You should instead store the path and create a uid for your files.
29th Oct 2016, 5:32 AM
Nicolas Dussault-Pilon
Nicolas Dussault-Pilon - avatar