Hi, I used and tested the excellent example of Erel to connect a remote database "in my case" mysql,
https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/
In the local computer work fine, but when i try to connect a vps host "Where reside the database table" receive connection refused, what can i do with these, Need some access from the provider?, i put the user, password and table correcty, ip and default pòst "3306" too.
In the config.properties i have
Thanks in advance.
https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/
In the local computer work fine, but when i try to connect a vps host "Where reside the database table" receive connection refused, what can i do with these, Need some access from the provider?, i put the user, password and table correcty, ip and default pòst "3306" too.
In the config.properties i have
B4X:
#Lines starting with '#' are comments.
#Backslash character at the end of line means that the command continues in the next line.
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
#------------------------------------------------------------------------------------------
/------------Added the port too
JdbcUrl=jdbc:mysql://50.31.138.79:3306/rdc?characterEncoding=utf8
User=root
Password=xxxxx
#Java server port
ServerPort=17178