summaryrefslogtreecommitdiff
path: root/databases/mysql56-server/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql56-server/pkg-message')
-rw-r--r--databases/mysql56-server/pkg-message17
1 files changed, 15 insertions, 2 deletions
diff --git a/databases/mysql56-server/pkg-message b/databases/mysql56-server/pkg-message
index 71d00aa80526..a047f75afd3c 100644
--- a/databases/mysql56-server/pkg-message
+++ b/databases/mysql56-server/pkg-message
@@ -1,6 +1,19 @@
-************************************************************************
+*****************************************************************************
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
-************************************************************************
+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
+
+*****************************************************************************
+
+*****************************************************************************
+
+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".
+
+*****************************************************************************