brouznouf / fivem-mysql-async

MySql Async Library for FiveM
MIT License
111 stars 106 forks source link

(Got an error reading communication packets) #194

Open JinxFTP opened 2 years ago

JinxFTP commented 2 years ago

Describe the bug Its looks like there is a issue with the packages that are sent to the mysql server since i get these errors when reading throught the mariadb logs: 2021-12-31 2:18:02 38 [Warning] Aborted connection 38 to db: 'DB' user: 'USER' host: 'IP' (Got an error reading communication packets)

To Reproduce I added the connectionstring into my server.cfg and started the server afterwards.

Expected behavior No error messages and a normal output, the connection seems to work so i don't know what the issue can be.

Screenshots / Logs image image (i put the connectionstring above "ensure mysql-async" already)

Software:

Additional context

TrevorBarns commented 1 year ago

Did you ever resolve this? I am having this issue.