gijonsesale Posted March 18, 2019 Posted March 18, 2019 (edited) Hello, I'm trying to connect my database from an external source (google apps scripts) and it's no possible. I tried two different connections strings and one is working and mine not. I only changed the database name and the user and password, with no strange symbols, only characters and numbers. The problem must be in my account. Can you check it, please ? Do you know what can be the problem ? that's my connection :var conectbase2 = Jdbc.getConnection("jdbc:mysql://tommy.heliohost.org:3306/database", "user", "pass"); Edited March 18, 2019 by gijonsesale Quote
wolstech Posted March 18, 2019 Posted March 18, 2019 Did you enable remote mysql? There's a separate page in cpanel where you have to add the IPs that will be connecting (or % to allow all). 1 Quote
gijonsesale Posted March 18, 2019 Author Posted March 18, 2019 ok, I have found it, thank you very much Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.