Please somebody tell me how do I store video, audio, image using blob data types in mysql. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
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