2004-02-24 20:35:58 +00:00
|
|
|
// MySQL configuration file
|
2004-03-05 19:38:15 +00:00
|
|
|
// File location: $moddir/addons/amxx/configs/mysql.cfg
|
2004-01-31 20:56:22 +00:00
|
|
|
|
|
|
|
// *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
|
2004-02-08 12:56:16 +00:00
|
|
|
amx_mysql_host "127.0.0.1"
|
|
|
|
amx_mysql_user "root"
|
|
|
|
amx_mysql_pass ""
|
|
|
|
amx_mysql_db "amx"
|