azerothcore setup #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Have pulled this
https://www.azerothcore.org/wiki/install-with-docker
and somewhat updated the docker-compose.yml that was within, need to create a user:pass for mariadb still
Create 3 DBs + a dedicated user on the mariadb container, grant it rights, then change the root;${DOCKER_DB_ROOT_PASSWORD...} part in the 3 AC_*_DATABASE_INFO strings to your new user/password.
take note of steps to create user in this file:
mysql_mariadb-documentation.txt
then can try to run this
at the top it says don't make changes to this file, so trying to do it their way but still going to be loading another version of mysql i don't like. so prolly going to just fork and work from my fork