Skip to content

Commit ec2bd6b

Browse files
author
GHMatti
authored
Merge pull request #126 from EmpireAssassin/patch-1
Update README.md
2 parents 2cd28e6 + de16c97 commit ec2bd6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ Alternatively an url-like connection string can be used:
3333

3434
`set mysql_connection_string "mysql://username:password@host/database"`
3535

36+
If you are home hosting with no ssl you need to append your convar to match the following:
37+
38+
`set mysql_connection_string "server=localhost;uid=mysqluser;password=password;database=fivem;ssl=none"`
39+
3640
Further options can be found under https://github.com/mysqljs/mysql#connection-options for the mysql.js connection string, they can be added on both: the semicolon seperated string or the url-like string.
3741

3842
### keepAlive

0 commit comments

Comments
 (0)