summaryrefslogtreecommitdiffstats
path: root/test/mysql/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-04-27 17:30:13 +0200
committertnut <thierryn1 at hispeed dot ch>2010-04-27 17:30:13 +0200
commit3bbede4b7f01b36dd98893db4b3daf985161579a (patch)
tree928d85ac0737fa81bb1c7c317e82ec6f589c078a /test/mysql/post-install
parenta717ad31d5f508804b49c9f5b9313af1b352c17a (diff)
downloadnutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.gz
nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.bz2
nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.tar.xz
nutyx-extra-3bbede4b7f01b36dd98893db4b3daf985161579a.zip
mysql dans test
Diffstat (limited to 'test/mysql/post-install')
-rwxr-xr-xtest/mysql/post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mysql/post-install b/test/mysql/post-install
new file mode 100755
index 000000000..056fe5500
--- /dev/null
+++ b/test/mysql/post-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+
+mysql_install_db --user=mysql
+chgrp mysql /srv/mysql{,/test,/mysql}
+install -m755 -o mysql -g mysql -d /var/run/mysql