2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-04-18 07:22:33 +03:00
2004-03-05 19:38:15 +00:00

9 lines
331 B
INI
Executable File

// MySQL configuration file
// File location: $moddir/addons/amxx/configs/mysql.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_mysql_host "127.0.0.1"
amx_mysql_user "root"
amx_mysql_pass ""
amx_mysql_db "amx"