Hi,
I want to keep my 5.7 MySQL server running for a long as possible before shutting it down and installing MySQL 8.
And I'd like to know that I can compile 8 beforehand too.
When I go to make MySQL 8 I get:
Which is a bit misleading. It says cannot install even though I'm not trying to install it.
Anyway, is there a good methodology for these types of upgrades? Ensuring a build before shutting down and deinstalling the running software?
Thanks.
I want to keep my 5.7 MySQL server running for a long as possible before shutting it down and installing MySQL 8.
And I'd like to know that I can compile 8 beforehand too.
When I go to make MySQL 8 I get:
Code:
/usr/ports/databases/mysql80-server# make
===> mysql80-server-8.0.19_2 cannot install: MySQL versions mismatch:
mysql56-client is installed and wanted version is mysql80-client.
*** Error code 1
Stop.
Which is a bit misleading. It says cannot install even though I'm not trying to install it.
Anyway, is there a good methodology for these types of upgrades? Ensuring a build before shutting down and deinstalling the running software?
Thanks.