MySQL configuration file (my.cnf or my.ini):
============================================

# All table names, columns, databases, etc are converted to lower case.
lower_case_table_names=1

# Bind port 3306 to localhost only!
bind_address=127.0.0.1,::1

# Disable new MySQL X protocol over port 33060 as bind address cannot be set.
mysqlx=0

--------------

After having set "lower_case_table_names=1", the databases must be recreated or reimported!