This commit is contained in:
David Anderson
2006-06-04 01:54:07 +00:00
parent 7c1da54412
commit 170dbcaaa9
2 changed files with 17 additions and 21 deletions

View File

@ -4,8 +4,11 @@
// *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 "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"