brouznouf / fivem-mysql-async

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

Ubuntu cannot connect mysqlUbuntu cannot connect mysql #90

Closed ch-jack closed 4 years ago

ch-jack commented 5 years ago

I use Ubuntu 18.04, fivem server version: 1462-ba3c7493bf62c6fab054987761 c41d3b6c696889/, MySQL version: 5.7, mysql-async version: 3.2, I can not connect to the remote server, after debugging, I found that socket has been opened, but can not send and receive data packets, resulting in MySQL can not log on and be canceled. But I can use localhost to connect to the local server, and I can use Windows 10 and mysql-async 3.2 to connect to my MySQL 5.7 server. Now I don't know how to solve it. I need help. Thank you.