Please somebody tell me how do I store video, audio, image using blob data types in mysql. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
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