Ayoub Elaich

Results 22 comments of Ayoub Elaich
trafficstars

Fixed by updating the mysql to version 8, here's the docker-compose.yml I use ```yaml version: '3.7' services: ezxssdb: image: mysql:8.0 restart: always environment: - MYSQL_RANDOM_ROOT_PASSWORD=yes - MYSQL_DATABASE=${dbName} - MYSQL_USER=${dbUser} -...