service mysql-server stop
mysql_args="--explicit_defaults_for_timestamp=true --skip-grant-tables --skip-slave-start --thread_stack=256K"
pkg delete mysql55-server
pkg install mysql56-server
service mysql-server start
mysql_upgrade
service mysql-server stop
service mysql-server start
pkg upgrade
to 'automagically' replace mysql55-client with mysql56-client without having to remove those dependent ports. mysql_upgrade -u root -p
I got the following at the end after it had listed some but not all of the tables...: Got error: 1102: Incorrect database name '' when executing 'CHECK TABLE ... FOR UPGRADE'
FATAL ERROR: Error during call to mysql_check for upgrading the tables names on all db(s) except mysql