Enter mysql server azure through Navicat

Lucas Escudero 191 Reputation points
2022-12-02T14:11:28.257+00:00

Good afternoon, I have a vm with ubuntu 20.04 and a private connection to a mysql service with an SSH certificate.
I need to allow remote access via Navicat to the database to facilitate administrative tasks.
On the other hand, I have tomcat up on port 8080 but I don't have access, will I have to see any firewall configuration?

I await comments.
Regards-

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
986 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prrudram-MSFT 28,201 Reputation points Moderator
    2022-12-05T09:17:33.387+00:00

    Hello @Lucas Escudero ,

    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    I see Navicat is a Graphical database management and development software and you intend to allow remote access to the SQL instance on azure Vm to facilitate administrative tasks. As per this article, I see Navicat console, kind of establishes a connection with SQL instance somewhat similar to SQL management studio.

    Reference Image:
    267201-image.png
    The above image is referenced for managed SQL DB though, assuming it will be same for the SQL server instance on azure VM.

    Firstly, if you need to remotely connect to SQL Server on the Azure VM, you must configure an inbound rule on the network security group. The rule allows traffic on the port on which SQL Server listens (default of 1433).

    Note: If you selected the inbound port MS SQL (1433) in the settings during provisioning, these changes have been already made for you. You can go to the next section on how to configure the firewall.

    For more information about using SQL Server 2017 Linux virtual machines, see Overview of SQL Server 2017 virtual machines on Azure.

    Hope this helps.
    Please accept as answer and upvote if the above information is helpful for the benefit of the community.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.