I’ve installed percona on ubuntu oneiric. Installation is fine.
The setup gives me /etc/mysql/debian.cnf, and it is this file which is referenced by the init.d scripts.
However, I want to use my own config, which was generated from percona’s online wizard tool.
One way I’d thought of was to modify debian.cnf to read in any config files in conf.d, but it says “AUTOMATICALLY GENERATED - DO NO EDIT”.
Or, I could create my own my.cnf in /etc/mysql, but then the init.d scripts don’t work. For example, ‘service mysql status’ tells me there is no mysqld running, when there is.
What’s the correct way to set this up?
TIA
Rachel