amxmodx/configs/sql.cfg
2004-08-08 11:05:09 +00:00

11 lines
343 B
INI
Executable File

// SQL configuration file
// File location: $moddir/addons/amxx/configs/sql.cfg
// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name
amx_sql_host "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"