hi there,
sorry a bit of a new character to Ubuntu. Trying to setup Zabbix as per documention but when i get as far as a few steps i get stuck. This is probably something quite simple for others that I am hoping that they can assist with please.
Ubuntu 10.10 Server
MySQL 5.1.49
Im installing version 1.8.5 as per the link below
http://www.zabbix.com/wiki/howto/ins.../ubuntuinstall
Everything is fine so far until i get to the commands
3 - Create a zabbix database and populate it:
sudo mysql -e"create database zabbix;"
sudo mysql -e"grant all privileges on zabbix.* to zabbix@localhost identified by 'enter-password-here';"
When i try to do so i get the following error. Ive tried it as sudo su and su - zabbix but no joy.
root@ubuntu:/home/zabbix# sudo mysql -e"create database zabbix;"
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
thanks
sorry a bit of a new character to Ubuntu. Trying to setup Zabbix as per documention but when i get as far as a few steps i get stuck. This is probably something quite simple for others that I am hoping that they can assist with please.
Ubuntu 10.10 Server
MySQL 5.1.49
Im installing version 1.8.5 as per the link below
http://www.zabbix.com/wiki/howto/ins.../ubuntuinstall
Everything is fine so far until i get to the commands
3 - Create a zabbix database and populate it:
sudo mysql -e"create database zabbix;"
sudo mysql -e"grant all privileges on zabbix.* to zabbix@localhost identified by 'enter-password-here';"
When i try to do so i get the following error. Ive tried it as sudo su and su - zabbix but no joy.
root@ubuntu:/home/zabbix# sudo mysql -e"create database zabbix;"
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
thanks
Comment