Username (e.g. epiz_XXX) or Website URL
epiz_23473803
Website: vibraniu.ml
Error Message
No error message, just the link (mysql://sql306.epizy.com/databaseNameHere?user=epiz_23473803&password=passwordHere&useSSL=false) is not working when I try to use it for connecting from other sources. A friend told me this was probably because of IP blocking. How would I fix this?
Other Information
The “other source” that I mentioned is Skript (A plugin for Minecraft that lets you code) and the addon “skript-db”. To connect a database (mySQL) to the code, you need to use a link, for example: mysql://hostHere:3306/databaseNameHere?user=databaseUserHere&password=passwordHere&useSSL=false
When I try to execute a VALID query with skript-db, it does not work, and it isn’t because of skript-db.