How to install HeidiSQL
Last updated
Last updated
Here’s a step-by-step guide to downloading and installing MariaDB and HeidiSQL.
Visit the official MariaDB website.
Select your operating system (Windows, Linux, macOS).
Download the recommended stable version.
Select Components: Ensure "MariaDB Server" and "Command Line Tools" are selected for installation.
User Setup: Set a password for the root
user (administrator). Save this password securely.
Connection Port: The default port for MariaDB is 3306
. Keep this default unless another service is using the same port.
Visit the official HeidiSQL website.
Download the latest version for Windows.
Open HeidiSQL after installation.
Click "New" to create a new connection.
Fill in the fields as follows:
Network Type: MySQL (TCP/IP).
Hostname/IP: localhost
(or your server's IP).
User: root
.
Password: Use the password you set during the MariaDB installation.
Port: 3306
(or the port you configured for MariaDB).
Click "Save" and then "Open" to connect.
If you haven't done it yet, here is a short installation guide for MariaDB and HeidiSQL.