I rented a cloud database, so my database and JRDC are located in different servers. I can connect to my cloud database using Navicat, but I can't connect to the WEBSITE using JRDC, I don't know what the problem is.
I changed the JdbcUrl of the config file to < database external IP >: database port number/database name
I will now change it to:
< database external IP > : 17178 /test
Don't know if the format is correct?
So I want to ask you if my format is correct:
http://XXX (database external IP) : 17178 (this Java server port number does not change?) /test
I changed the JdbcUrl of the config file to < database external IP >: database port number/database name
I will now change it to:
< database external IP > : 17178 /test
Don't know if the format is correct?
So I want to ask you if my format is correct:
http://XXX (database external IP) : 17178 (this Java server port number does not change?) /test