I have just upgraded to 3.4.8, but now cannot logon as an admin user.
OS: CentOS Linux release 7.4.1708 (Core) , DB: 5.5.56-MariaDB MariaDB Server
There were a few issues after the upgrade that were resolved, so I'm not sure if that is still causing this.
First, mariadb refused to start, reporting [ERROR] COLLATION 'utf8_bin' is not valid for CHARACTER SET 'latin1'
I eventually resolved this by adding character-set-server=utf8 to the [mysqld] section of /etc/my.cnf
I'm not sure what triggered it.
result from mysql status;
Connection: Localhost via UNIX socket
Server characterset: utf8
Db characterset: utf8
Client characterset: utf8
Conn. characterset: utf8
SELinux also caused issues, which I have worked around by changing to permissive mode and services then started
A successful login as an admin user now results in guest access or sometimes a blank screen, regardless of the browser used.
Can anyone assist in troubleshooting this?
Other than this limitation, everything seems to be functional.
Mark.
OS: CentOS Linux release 7.4.1708 (Core) , DB: 5.5.56-MariaDB MariaDB Server
There were a few issues after the upgrade that were resolved, so I'm not sure if that is still causing this.
First, mariadb refused to start, reporting [ERROR] COLLATION 'utf8_bin' is not valid for CHARACTER SET 'latin1'
I eventually resolved this by adding character-set-server=utf8 to the [mysqld] section of /etc/my.cnf
I'm not sure what triggered it.
result from mysql status;
Connection: Localhost via UNIX socket
Server characterset: utf8
Db characterset: utf8
Client characterset: utf8
Conn. characterset: utf8
SELinux also caused issues, which I have worked around by changing to permissive mode and services then started
A successful login as an admin user now results in guest access or sometimes a blank screen, regardless of the browser used.
Can anyone assist in troubleshooting this?
Other than this limitation, everything seems to be functional.
Mark.
Comment