1
Good. my question is if there is any database I can use in which to store . mp3 files (php)
1
Good. my question is if there is any database I can use in which to store . mp3 files (php)
3
Yes, you can store as type BLOB, but in general it is better to store in a folder of the application itself, except in specific cases, for the sake of performance, because this guy is too expensive for the database.
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
Why do you want to store this inside the comic book? It seems wasteful and excessive... It can better describe your goal and needs?
– brasofilo
Use a cloud to store... Amazon files for example. Then just use the Amazon REST API to manage the files.
– Jorge B.
Well, you can use most banks to store any type of file with type
blob
(or binary), but this is not recommended.– gmsantos
If the file is too large can use the longblob field I just don’t know if it is possible to run mp3 from inside the db
– Alexandre Sousa
but I want to work on an application that has an online database'
– MeDeveloper