Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Store large files in MySQL (Eg. 12MB)

Status
Not open for further replies.

evin666

Programmer
Joined
Jun 26, 2003
Messages
5
Location
IN
What are the configuration changes I have to do for storing large files in the mysql databases.

I want to store large files of size 12MB to 20MB.

I am using MySQL 4.0.18 in SuSeLinux 8.2.

I tried to do changes in /etc/my.cnf file such as to increase max_allowed_packet size to 21MB but I don't find that file.
 
I think the solution will lie in the same direction and discussed in
where they are talking about multimedia files

Store the files outside he database on the server and then simply store the Server/path/file name of the file inside the database.



G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top