docs-en:sql-directory.md

SQL Directory

$ is relative to the source directory.

All create and drop files are found in the $\data\sql\create\ directory.

create_mysql.sql contains the queries to create the acore user and the databases.

drop_mysql.sql revokes all permissions and drops the acore user and drops all databases. This is used for MySQL 5.7.

drop_mysql_8.sql drops the acore user and drops all databases. This is used for MySQL 8.0 or newer.

All base files are found in the $\data\sql\base\ directory.

These files contain all the data from the latest squashed update files.

Files from this directory are automatically imported with the Automatic Database Updater.

All update files are found in the $\data\sql\updates\ directory.

These files contain all the updates committed.

Files from this directory are automatically imported with the Automatic Database Updater.

All pending update files are found in the $\data\sql\updates\pending_db_*\ directory.

All SQL changes you make to fix an issue on AzerothCore go in here.

You create the pending update file by running create_sql.sh script.

All custom files are found in the $\data\sql\custom\ directory.

All custom updates you make to the database should be stored in SQL files within this directory to make sure that they are not lost when updating your server.

Files from this directory are automatically imported with the Automatic Database Updater.

Unused Directory.

All update files before ACDB 10.0.0 are stored here. From ACDB 10.0.0 a new method to update Base Files was introduced.

  • docs-en/sql-directory.md.txt
  • 最后更改: 2024/03/15 19:08
  • 127.0.0.1