5. Configuration: SQL
AMX Mod X features a universal set of natives to be used across all SQL connectors. This means you should only enable one SQL module, but it should work with all 0.20+ plugins.
CVAR |
Default Setting |
Purpose |
amx_sql_host |
"127.0.0.1" |
IP address of SQL server. |
amx_sql_user |
"root" |
Username to connect to the SQL server. |
amx_sql_pass |
"" |
Password to connect to the SQL server. |
amx_sql_db |
"amx" |
Database to use on the SQL server. |
amx_sql_table |
"admins" |
The table to use for the admin_sql plugin. |