I am trying to add a database on "https://17x.xxx.xxx.xxx/phpmyadmin/" as my database for my Django project. I have given correct database name, username and password. But I get this error.
After deep investigation I found out that I cant access my database even from the command line or any other external source beside phpmyadmin site
The error that I get is,
django.db.utils.OperationalError: (1130, "Host '19x.xxx.xxx.xxx' is not allowed to connect to this MariaDB server")
I haven't done this before. The database server is not mine. Is there something wrong with the way I've proceeded?