FreeBSD Bugzilla – Attachment 145781 Details for
Bug 192657
databases/mysql56-server: The rc script fails to (one)start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mysql-server rc script patch to pass mysql_user to mysql_install_db
mysql-server.patch (text/plain), 586 bytes, created by
Harry Weppner
on 2014-08-14 17:50:49 UTC
(
hide
)
Description:
mysql-server rc script patch to pass mysql_user to mysql_install_db
Filename:
MIME Type:
Creator:
Harry Weppner
Created:
2014-08-14 17:50:49 UTC
Size:
586 bytes
patch
obsolete
>--- /usr/local/etc/rc.d/mysql-server 2014-08-14 10:40:45.000000000 -0700 >+++ /usr/local/etc/rc.d/mysql-server.patched 2014-08-14 10:40:25.000000000 -0700 >@@ -46,7 +46,7 @@ > start_precmd="${name}_prestart" > start_postcmd="${name}_poststart" > mysql_install_db="/usr/local/bin/mysql_install_db" >-mysql_install_db_args="--basedir=/usr/local --defaults-extra-file=${mysql_optfile} --datadir=${mysql_dbdir} --force" >+mysql_install_db_args="--user=${mysql_user} --basedir=/usr/local --defaults-extra-file=${mysql_optfile} --datadir=${mysql_dbdir} --force" > > mysql_create_auth_tables() > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192657
:
145781
|
170458