summaryrefslogtreecommitdiff
path: root/databases/mysql57-server/files/pkg-message.in
blob: c4a6facbf30c3bb0eec6887c6096193900b2b0f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ 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
}
]