DBI
This commit is contained in:
parent
23bea839da
commit
74d424c2a3
|
@ -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
9
configs/sql.cfg
Executable 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"
|
Loading…
Reference in New Issue
Block a user