[Lunar-commits] <moonbase> mysql: Minor tweak since we moved mysql.sock to /var/lib/mysql
Stefan Wold
ratler at lunar-linux.org
Sat Feb 27 10:27:59 CET 2010
commit 2a1a049188f6cd47de585d7fcab32c6d3c561da1
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sat Feb 27 10:27:59 2010 +0100
mysql: Minor tweak since we moved mysql.sock to /var/lib/mysql
---
sql/mysql/POST_INSTALL | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/sql/mysql/POST_INSTALL b/sql/mysql/POST_INSTALL
index d8d4ef7..18c484a 100644
--- a/sql/mysql/POST_INSTALL
+++ b/sql/mysql/POST_INSTALL
@@ -1,6 +1,7 @@
mysql_install_db &&
-chown -R mysql.mysql /var/lib/mysql/
+chown -R mysql.mysql /var/lib/mysql/ &&
+chmod 755 /var/lib/mysql
if mount | grep "/tmp" | grep -q tmpfs ; then
message ""
More information about the Lunar-commits
mailing list