Created
January 6, 2023 06:06
-
-
Save nicksherron/26bc245b43e6d2797de75813737ca4d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <users> | |
| <!-- If user name was not specified, 'default' user is used. --> | |
| <user_name> | |
| <password></password> | |
| <!-- Or --> | |
| <password_sha256_hex></password_sha256_hex> | |
| <access_management>1</access_management> | |
| <networks incl="networks" replace="replace"> | |
| </networks> | |
| <profile>profile_name</profile> | |
| <quota>default</quota> | |
| <default_database>default</default_database> | |
| <databases> | |
| <database_name> | |
| <table_name> | |
| <filter>expression</filter> | |
| </table_name> | |
| </database_name> | |
| </databases> | |
| </user_name> | |
| <!-- Other users settings --> | |
| </users> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment