mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
16 lines
487 B
Text
16 lines
487 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Please keep in mind that the default location for my.cnf will be changed
|
|
from "/var/db/mysql/my.cnf" to "/usr/local/etc/mysql/my.cnf" in the near
|
|
future. If you do not want to move your my.cnf to the new location then
|
|
you must set "mysql_optfile" in /etc/rc.conf to "/var/db/mysql/my.cnf".
|
|
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
|
|
}
|
|
]
|