View | Details | Raw Unified | Return to bug 192657 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/etc/rc.d/mysql-server.patched 2014-08-14 10:40:25.000000000 -0700 (-1 / +1 lines)
Lines 46-52 Link Here
46
start_precmd="${name}_prestart"
46
start_precmd="${name}_prestart"
47
start_postcmd="${name}_poststart"
47
start_postcmd="${name}_poststart"
48
mysql_install_db="/usr/local/bin/mysql_install_db"
48
mysql_install_db="/usr/local/bin/mysql_install_db"
49
mysql_install_db_args="--basedir=/usr/local --defaults-extra-file=${mysql_optfile} --datadir=${mysql_dbdir} --force"
49
mysql_install_db_args="--user=${mysql_user} --basedir=/usr/local --defaults-extra-file=${mysql_optfile} --datadir=${mysql_dbdir} --force"
50
mysql_create_auth_tables()
50
mysql_create_auth_tables()
51
{
51
{

Return to bug 192657