mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 04:47:45 +00:00
@@ -1,6 +1,8 @@
|
||||
# TODO: remove this line after we fully support mysql 5.7
|
||||
mysql -u root -p$MYSQL_ROOT_PASSWORD -e "SET GLOBAL sql_mode = '';"
|
||||
|
||||
# TODO: remove this line after we squash our DB updates
|
||||
mysql -u root -p$MYSQL_ROOT_PASSWORD -e "SET GLOBAL max_allowed_packet=128*1024*1024;"
|
||||
|
||||
echo "Creating DBs..."
|
||||
mysql -u root -p$MYSQL_ROOT_PASSWORD -e "CREATE DATABASE acore_auth"
|
||||
|
||||
Reference in New Issue
Block a user