diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 16:38:59 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 16:38:59 +0200 |
commit | 484880add8dae9ada76769e0b16b9bca6c8b37b3 (patch) | |
tree | 4c0940cfdea596c1c1c797e3a753e065558aadee /test/mysql/post-install | |
parent | 067c82d499d5bae2258698de65eeb3565664f516 (diff) | |
download | nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.tar.gz nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.tar.bz2 nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.tar.xz nutyx-extra-484880add8dae9ada76769e0b16b9bca6c8b37b3.zip |
mysql dans extra
Diffstat (limited to 'test/mysql/post-install')
-rwxr-xr-x | test/mysql/post-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/mysql/post-install b/test/mysql/post-install deleted file mode 100755 index 056fe5500..000000000 --- a/test/mysql/post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - - -mysql_install_db --user=mysql -chgrp mysql /srv/mysql{,/test,/mysql} -install -m755 -o mysql -g mysql -d /var/run/mysql |