summaryrefslogtreecommitdiffstats
path: root/test/mysql/post-install
diff options
context:
space:
mode:
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