diff --git a/configs/mysql.cfg b/configs/mysql.cfg deleted file mode 100755 index 811e7b8c..00000000 --- a/configs/mysql.cfg +++ /dev/null @@ -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" \ No newline at end of file diff --git a/configs/sql.cfg b/configs/sql.cfg new file mode 100755 index 00000000..c85087e4 --- /dev/null +++ b/configs/sql.cfg @@ -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" \ No newline at end of file