// SQL configuration file // File location: $moddir/addons/amxmodx/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 // *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use. amx_sql_host "10.249.1.2" amx_sql_user "gofrowni_pioro" amx_sql_pass "mati1992" amx_sql_db "gofrowni_amxbans" amx_sql_table "amx" amx_sql_type "mysql"