From 188cd19fa941bbe8b123d6363ceecf8be50bc556 Mon Sep 17 00:00:00 2001 From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com> Date: Tue, 11 Jan 2022 22:14:22 +0000 Subject: [PATCH] Fixed database connections. --- resources/ghmattimysql/config.json | 2 +- server.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/ghmattimysql/config.json b/resources/ghmattimysql/config.json index af7cc38d0..1065f80eb 100644 --- a/resources/ghmattimysql/config.json +++ b/resources/ghmattimysql/config.json @@ -1,6 +1,6 @@ { "user": "root", - "password": "", + "password": "Martyniak_13", "host": "localhost", "port": 3306, "database": "fivem", diff --git a/server.cfg b/server.cfg index 3abbf03e4..cc8babd08 100644 --- a/server.cfg +++ b/server.cfg @@ -20,8 +20,8 @@ start Head-Tags set steam_webApiKey 0C034D20C57C8D6C5A8EED855916981F start mysql-async -set mysql_connection_string "server=localhost;uid=root;database=elitebot" -set mysql_connection_string "server=localhost;uid=root;database=fivem" +set mysql_connection_string "server=localhost;uid=root;password=Martyniak_13;database=elitebot" +set mysql_connection_string "server=localhost;uid=root;password=Martyniak_13;database=fivem" #[-----Server Scripts-----] start vMenu