1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/011user mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/011user |
2 |
--- e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/011user 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/011user 2007-01-11 07:58:40.000000000 -0700 |
4 |
@@ -0,0 +1 @@ |
5 |
+user=mysql |
6 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/041user mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/041user |
7 |
--- e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/041user 2003-12-24 08:45:42.000000000 -0700 |
8 |
+++ mezzanine_patched_e-smith-mysql-1.12.0/root/etc/e-smith/templates/etc/my.cnf/041user 1969-12-31 17:00:00.000000000 -0700 |
9 |
@@ -1,6 +0,0 @@ |
10 |
-# The 'user' option must be in msyqld_safe/safe_mysqld section to avoid a bogus |
11 |
-# mysqld warning in the error log. See http://bugs.mysql.com/2163 |
12 |
-# NOTE: This problem is fixed in mysql >= 4.0.18, so once we get there we |
13 |
-# should move the 'user' option back to the [mysqld] section, and remove it |
14 |
-# from any mysqld invocations in our scripts. |
15 |
-user=mysql |