I want to migrate the database from mysql 5.7 to 8.x
What I have done:
create new database mysql 8.x
Export the old database (using phpmyadmin)
Import to the new database (using phpmyadmin, replacing the database name where applicable)
Modify config.php to reflect the new database name and port
When I try to access the nextclod from the browser, I get an error message that the installation is not ok and the administrator should be asked.
It seems to have something to do with the labels ‘passwordsalt’ and ‘secret’
What can I do?
Thanks in advance
Helmut