From 042a1f2872cc0a596e20123f4e85450ff1ed7d81 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 31 Jul 2011 13:48:41 +0200 Subject: mysql, post-install à revoir sinon bloque les bots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/mysql/post-install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extra') 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 -- cgit v1.2.3-70-g09d2