wdatkinson
Verified User
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.
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.