Access my in premises MYSQL database

I am trying to access my in-premises Mysql server through a Node serves deployed at your end. but can not create the connection.

is this possible? if yes what are the User Permissions I should give to the user I am trying to connect with?

Thanks for your support

Hi @Nasser.Ezzat,

This may be possible, but you’ll want to make sure that your database is able to accept outside connections, as it’s possible there may be restrictions on this, such as an IP allow list. What error are you seeing when trying to connect? Are you able to connect to your MySQL database from your local machine without issue?