diff options
author | tnut <tnut at nutyx dot com> | 2011-07-31 13:48:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-07-31 13:48:41 +0200 |
commit | 042a1f2872cc0a596e20123f4e85450ff1ed7d81 (patch) | |
tree | 9d063c29be8f61d5551975816c8363330eb9d0d9 /extra | |
parent | b0d429371c00b52fd403a0a227e7f9882f5a2ee2 (diff) | |
download | nutyx-extra-042a1f2872cc0a596e20123f4e85450ff1ed7d81.tar.gz nutyx-extra-042a1f2872cc0a596e20123f4e85450ff1ed7d81.tar.bz2 nutyx-extra-042a1f2872cc0a596e20123f4e85450ff1ed7d81.tar.xz nutyx-extra-042a1f2872cc0a596e20123f4e85450ff1ed7d81.zip |
mysql, post-install à revoir sinon bloque les bots
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/mysql/post-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mysql/post-install b/extra/mysql/post-install index 5cef9dfec..e6cddef6a 100755 --- a/extra/mysql/post-install +++ b/extra/mysql/post-install @@ -1,8 +1,8 @@ #!/bin/sh -/etc/rc.d/init.d/mysql stop +# /etc/rc.d/init.d/mysql stop mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql chgrp mysql /srv/mysql{,/test,/mysql} install -m755 -o mysql -g mysql -d /var/run/mysql -/etc/rc.d/init.d/mysql start -mysql_upgrade -p +# /etc/rc.d/init.d/mysql start +# mysql_upgrade -p |