How to store MP3 file in the database?

Being new for storing data types in a database, I ran into a problem, whereas I need to save a media file inside some kind of database. I am currently using MySQL. Since SO is a community that includes, but is not limited to, professional programmers, and one of the best quality question and answer sites (as it relates to programming), this question may have a fairly simple answer.

As the saying goes, Someone is explaining to me how to store a lot of media files inside an SQL database.

Please thank the stackoverflow.com community.

+5
source share
1 answer

mp3, blob. . , , , //

+6

All Articles