Create the Initial Database : Zabbix 7 LTS

Published: 09 June 2024
on channel: SBCODE
1,162
10

Channel Membership :    / @sbcode  
Course Documentation : https://sbcode.net/zabbix/create-init...
Playlist :    • Zabbix 7 Alerting & Monitoring  

I need to install a MySQL database.

To check if you have a MySQL database server running, you can type

sudo service mysql status
or
mysql

If you get the error,
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
Then it usually means that MySQL is not installed, or not running.

So in my case, since I have a brand-new server that doesn't have MySQL installed by default, I need to install MySQL.
sudo apt install mysql-server

Check if MySQL is running.
sudo service mysql status

Visit documentation at
https://sbcode.net/zabbix/create-init...
for more commands


Watch video Create the Initial Database : Zabbix 7 LTS online without registration, duration hours minute second in high quality. This video was added by user SBCODE 09 June 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,162 once and liked it 10 people.