Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next restart the MySQL server.

Code Block
titleRestart MySQL Server
service mysqld restart


Warning
titleNote

The jtel Portal is NOT compatible with MySQL 5.7 - you must continue the upgrade path to 8.x at this point.

...

Next restart the MySQL server.

Restart MySQL Server
Code Block
title
service mysqld restart


Warning
titlemysql_upgrade

mysql_upgrade is run automatically by all current 8.x versions of MySQL Server.

The output of mysql_upgrade can be found in /var/log/mysqld.log

Check this file for errors.

...