mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
19 lines
500 B
Text
19 lines
500 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Initial password for first time use of MySQL is saved in $HOME/.mysql_secret
|
|
ie. when you want to use "mysql -u root -p" first you should see password
|
|
in /root/.mysql_secret
|
|
|
|
MySQL57 has a default %%ETCDIR%%/my.cnf,
|
|
remember to replace it with your own
|
|
or set `mysql_optfile="$YOUR_CNF_FILE` in rc.conf.
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
Remember to run mysql_upgrade the first time you start the MySQL server
|
|
after an upgrade from an earlier version.
|
|
EOM
|
|
}
|
|
]
|