easy-wi / installer

Easy-Wi Installer
GNU General Public License v3.0
26 stars 26 forks source link

MySQL installation fails #107

Closed roestzwiee closed 3 years ago

roestzwiee commented 3 years ago

When installing with MySQL, the installation fails as the MySQL is not starting up correctly.

Here what happened:

image

tairogriz commented 3 years ago

I just installed EasyWi today and had exactly the same problem. This is because in MySQL 8 NO_AUTO_CREATE_USER is not available anymore. Delete "NO_AUTO_CREATE_USER" in the installscript in line 1210: https://github.com/easy-wi/installer/blob/ed2a4b5b89094b8724b08cb038803564176de828/easy-wi_install.sh#L1210 If you already ran the script, you also have to delete "NO_AUTO_CREATE_USER" in /etc/mysql/conf.d/disable_strict_mode.cnf.

roestzwiee commented 3 years ago

Nice, thank you.

I already moved further and for the sake of learning i'm setting up my gameservers my own with docker. So i currently have no environment for testing.

AEon-Jan commented 3 years ago

Use MariaDB not Mysql