Icinga Install and Configuration

Xampp installation

MySql Root Password Reset

Ensure Correct Client Configuration

Make sure that your MySQL client is configured to connect to the MariaDB server. This involves specifying the host, port, user, and password that the MariaDB server uses. These configurations can be set in the MySQL client configuration file (typically .my.cnf in your home directory) as follows:


[client]
host = 127.0.0.1
user = root
password = your_password
port = 3306  # default MariaDB/MySQL port

Rajesh Kumar
Follow me
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x