Hello.
Previously, I did not have to update to a hot database server.
Please tell me how best to update the mysql server.
Now the system is FreeBSD 12, mysql 5.6, innodb structure.
The base is not small at 5-9 gigs, a few bases.
I think so, be sure to backup database first, just in case.
After stop the database server.
Remove mysql56-server and mysql56-client ports
Install new mysql57-server and mysql57-client ports.
Start updating system tables mysql_upgrade-u root-p
Start mysql.
That's all.
Have I forgotten anything?"
Previously, I did not have to update to a hot database server.
Please tell me how best to update the mysql server.
Now the system is FreeBSD 12, mysql 5.6, innodb structure.
The base is not small at 5-9 gigs, a few bases.
I think so, be sure to backup database first, just in case.
After stop the database server.
Remove mysql56-server and mysql56-client ports
Install new mysql57-server and mysql57-client ports.
Start updating system tables mysql_upgrade-u root-p
Start mysql.
That's all.
Have I forgotten anything?"