Upload File size in mysqld

wdatkinson

Verified User
Joined
Nov 18, 2004
Messages
56
Location
Indianapolis, IN
I need to increase the maximum upload size in mysqld from the default of 1Mb, to something like 10-16mb.

What I'm trying to figure out is how to do this with the DA installation. I've found a reference on mysql's website that refers to option files, but I'm not sure how to implement this on a DA server.

If an option file is not the best option I can also add:

--max_allowed_packet=16M

to the mysqld command line. Just want to make sure I do this in the right place.
 
Fixed.

I created /etc/my.cnf, and added this:

Code:
[mysqld]
max_allowed_packet=16M

And restarted mysql.

I can now upload files to the database for my support program.

Anyone using SupportTrio will want to make note of this.
 
Back
Top