Hey there,
I am trying to figure out how to set a global variable in CF. What I need to do is change the max length of a variable in mysql. How do I do this in CF and what file do I put it in?
Here is what I need to set as by default it is too low for what I need it for.
SET [SESSION | GLOBAL] group_concat_max_len = 1000000;
Thanks for any help I can get with this
I am trying to figure out how to set a global variable in CF. What I need to do is change the max length of a variable in mysql. How do I do this in CF and what file do I put it in?
Here is what I need to set as by default it is too low for what I need it for.
SET [SESSION | GLOBAL] group_concat_max_len = 1000000;
Thanks for any help I can get with this