@qwerty
It seems like you're experiencing MySQL connectivity issues, and your MySQL server and Qloapps server are on different hosts. If you're having trouble connecting to the MySQL server from the Qloapps server, here's what you should do:
1:- Check MySQL Connectivity: First, verify the connection to the MySQL server from the Qloapps server using the following command:
telnet your_mysql_ip 3306
If this works, proceed to the next step.
2:- Attempt Manual MySQL Connection: Try connecting to the MySQL server manually by running:
mysql -h your_mysql_ip -u your_mysql_user -p your_mysql_password
If you're still facing issues, it would be helpful for troubleshooting if you could provide screenshots or additional details about the error you're encountering.