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
Смотрите видео Create the Initial Database : Zabbix 6 LTS онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь SBCODE 09 Май 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 8,74 раз и оно понравилось 6 людям.