Good Morning Zabbix Community. Im starting with Zabbix and I kindly ask your help or support regarding this issue found in the installation process with packages.
Im following the installation guide (https://www.zabbix.com/documentation..._from_packages) in a CentOS 7 system. I already install the Zabbix packages (throught yum), however, when I try to apply the Database creation scripts for mysql (described in https://www.zabbix.com/documentation...all/db_scripts ), I cannot log as root , trying with the CentOS root password or a blank :
$ mysql -uroot -p<password>
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I dont know what do here.
Regards.
Im following the installation guide (https://www.zabbix.com/documentation..._from_packages) in a CentOS 7 system. I already install the Zabbix packages (throught yum), however, when I try to apply the Database creation scripts for mysql (described in https://www.zabbix.com/documentation...all/db_scripts ), I cannot log as root , trying with the CentOS root password or a blank :
$ mysql -uroot -p<password>
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I dont know what do here.
Regards.
Comment