Mysql fix on Ubuntu 20.04

OSMC gives errors trying to connect to mysql on Ubuntu 20.04:
…is blocked because of many connection errors
(SSL connection error: unknown error number)

Fix appears to be putting the following in “/etc/mysql/mysql.conf.d/mysqld.cnf”:
skip_ssl
skip_name_resolve

You might be interested in this thread…