mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
https://mariadb.com/kb/en/create-user/: ``` For each account, CREATE USER creates a new row in mysql.user (until MariaDB 10.3 this is a table, from MariaDB 10.4 it's a view) or mysql.global_priv_table (from MariaDB 10.4) that has no privileges. ``` https://dev.mysql.com/doc/refman/8.0/en/create-user.html#create-user-overview: ``` For each account, CREATE USER creates a new row in the mysql.user system table. ```