**Reported in Launchpad by tkeyser last update 26-07-2014 04:17:24
I have been trying to set innodb_buffer_pool_size in my.cnf to no avail.
although placing it in the [client] area of my.cnf allows /usr/bin/my_print_defaults to find it, the parse_server_arguments function in the init script totally ignores it.
also $other_args that is included in the start command line, yet it is only set when the script first loads and checks for passed args. other_args="$*"
So any instructions to place items in my.cnf are worthless if required on the start command line, other then port and socket.
I had to modify the init script and force it into the command line to override innodb_buffer_pool_size default.
**Reported in Launchpad by tkeyser last update 26-07-2014 04:17:24
I have been trying to set innodb_buffer_pool_size in my.cnf to no avail.
although placing it in the [client] area of my.cnf allows /usr/bin/my_print_defaults to find it, the parse_server_arguments function in the init script totally ignores it.
also $other_args that is included in the start command line, yet it is only set when the script first loads and checks for passed args. other_args="$*"
So any instructions to place items in my.cnf are worthless if required on the start command line, other then port and socket.
I had to modify the init script and force it into the command line to override innodb_buffer_pool_size default.