Thanks for the hint. Indeed, right is: CREATE DATABASE ilias CHARACTER SET utf8 COLLATE utf8_unicode_ci;
I corrected this.
However, your problems are somewhere else. Do you mean mysql 8 or PHP 8? (I think the latter)
Just find out:
I corrected this.
However, your problems are somewhere else. Do you mean mysql 8 or PHP 8? (I think the latter)
Just find out:
mysql --version
and
php --version
That gives for me:
mysql --version
mysql Ver 14.14 Distrib 5.7.32, for Linux (x86_64) using EditLine wrapper
PHP 7.2.24-0ubuntu0.18.04.7 (cli) (built: Oct 7 2020 15:24:25) ( NTS )
php --version
PHP 7.2.24-0ubuntu0.18.04.7 (cli) (built: Oct 7 2020 15:24:25) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.24-0ubuntu0.18.04.7, Copyright (c) 1999-2018, by Zend Technologies
Are your credentials correct? Please check with:
mysql -u yourdbusername -h localhost -p