summaryrefslogtreecommitdiffstats
path: root/extra/mysql/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mysql/post-install')
-rwxr-xr-xextra/mysql/post-install6
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