This commit is contained in:
David Anderson 2004-04-03 01:33:25 +00:00
parent 23bea839da
commit 74d424c2a3
2 changed files with 9 additions and 9 deletions

View File

@ -1,9 +0,0 @@
// 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"

9
configs/sql.cfg Executable file
View File

@ -0,0 +1,9 @@
// 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"