is there any database where I can save .mp3 files

1

Good. my question is if there is any database that I can use in that save .mp3 (php) files

    
asked by anonymous 23.10.2014 / 17:15

1 answer

3

Yes, you can store it 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 , since this type is very expensive for the database.

    
23.10.2014 / 17:52