#Erro pterodactyl

3 messages · Page 1 of 1 (latest)

ashen lindenBOT
#

@storm jolt; Change character-set-collations in /etc/mysql/mariadb.conf.d/50-server.cnf to utf8mb4=utf8mb4_general_ci.
Restart mariadb after changing the config file.

storm jolt
#

mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
ERROR 1396 (HY000) at line 1: Operation CREATE USER failed for 'pterodactyl'@'127.0.0.1'

ashen lindenBOT
#

@storm jolt; Such user already exists from your previous install attempts. If you're intentionally reinstalling from scratch for whatever reason, make sure to DROP USER first.

DROP USER 'pterodactyl'@'127.0.0.1';```