diff --git a/configs/sql.cfg b/configs/sql.cfg index c85087e4..d6b7fcf1 100755 --- a/configs/sql.cfg +++ b/configs/sql.cfg @@ -3,7 +3,9 @@ // *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 +amx_sql_db "amx" +amx_sql_table "admins" \ No newline at end of file