Guidance on usage: MariaDB on Windows Server 2019 DC

Connecting to MariaDB on Windows Server 2019 DC by HeidiSQL

  1. For the connection to the server, you should know the IP address of the VM. You can find it in the personal account of Azure. (You need to select the virtual machine from the list. By clicking the item “Overview”, your IP is displayed in the line “Public IP Address”).
  1. To work, you must open TCP ports 3389, 3306 in the network properties in the Azure firewall.
  1. Run the “Remote Desktop Connection” shortcut “Win + R” to connect to the virtual machine. In the window that appears, enter “mstsc” and click “OK”.
  1. In the window that appears, enter the virtual machine’s IP and click “Connect”.
  1. Enter your username and password in the window that appears and click “OK”.
  1. Check the box and click “Yes”.
  1. Run HeidiSQL.
  1.  In the lower-left corner, click on the ”New” button to create a new session
  1. In the “Network Type” field, select the “MariaDB or MySQL (TCP/IP)
  1. In the “Library” field, select the “libmysql.dll
  1. In the “Password” field, paste the password for the file on the desktop
  1. And click “Open
  1. Your MariaDB is ready

More information – MariaDB Server Documentation