Initial revision
This commit is contained in:
10
configs/mysql.cfg
Executable file
10
configs/mysql.cfg
Executable file
@ -0,0 +1,10 @@
|
||||
// MySQL access configuration file
|
||||
// File location: $moddir/addons/amx
|
||||
|
||||
// *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"
|
Reference in New Issue
Block a user