Line 105:
Line 105:
Let's say you wish to modify the /etc/e-smith/templates/etc/my.cnf/005mysqld
Let's say you wish to modify the /etc/e-smith/templates/etc/my.cnf/005mysqld
−
Copy the existing template to the custom template tree (or create a new custom template)
+
Create a new directory and copy the existing template to the custom template tree (or create a new custom template)
+
mkdir -p /etc/e-smith/templates-custom/etc/my.cnf/
cp /etc/e-smith/templates/etc/my.cnf/005mysqld /etc/e-smith/templates-custom/etc/my.cnf/005mysqld
cp /etc/e-smith/templates/etc/my.cnf/005mysqld /etc/e-smith/templates-custom/etc/my.cnf/005mysqld
Edit and make your required additions & changes. This is where you add the changes determined from the mysql documentation.
Edit and make your required additions & changes. This is where you add the changes determined from the mysql documentation.