no message

This commit is contained in:
Felix Geyer
2004-02-08 12:56:16 +00:00
parent a90535ad98
commit 3d003817ff
11 changed files with 73 additions and 71 deletions

View File

@ -1,10 +1,9 @@
// MySQL access configuration file
// File location: $moddir/addons/amx
// File location: $moddir/addons/amx/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"
amx_mysql_host "127.0.0.1"
amx_mysql_user "root"
amx_mysql_pass ""
amx_mysql_db "amx"