Install OS4X on Cent OS 7

From OS4X
Revision as of 07:28, 6 December 2019 by Admin (talk | contribs) (Created page with "= MySQL / MariaDB = When using the EPEL repository, you will get a MySQL 8 installation which requires the user to use a native plugin for authentication. After installation,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MySQL / MariaDB

When using the EPEL repository, you will get a MySQL 8 installation which requires the user to use a native plugin for authentication. After installation, you have to manually execute the SQL statement as MySQL root user (assuming your user and password for OS4X are "os4x"):

ALTER USER 'os4x'@'localhost' IDENTIFIED WITH mysql_native_password BY 'os4x'