Raspberry Pi 4 4GB of RAM.
I get to this point,
zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix --asks for password, I enter zabbix and then install fails with ERROR 1698 (28000): Access denied for user 'zabbix'@'localhost' I've also tried using root password. I can log into mysql with sudo mysql -uroot -p and enter root password. Why won't it work per Zabbix website documentation? This is a fresh install of Raspbian "Buster" today running as root. Thank you, Doug
I get to this point,
zcat /usr/share/doc/zabbix-server-mysql/create.sql.gz | mysql -uzabbix -p zabbix --asks for password, I enter zabbix and then install fails with ERROR 1698 (28000): Access denied for user 'zabbix'@'localhost' I've also tried using root password. I can log into mysql with sudo mysql -uroot -p and enter root password. Why won't it work per Zabbix website documentation? This is a fresh install of Raspbian "Buster" today running as root. Thank you, Doug
Comment