Hi

I am going to install zabbix on centos 6.6
I am following this tutorial
http://tecadmin.net/install-zabbix-n...el-and-fedora/
At the stage 4,after entering this command :
mysql> GRANT ALL PRIVILEGES on zabbix.* to 'zabbix'@'localhost' IDENTIFIED BY 'SECRET_PASSWORD';
I have this error:
you have an error in your sql syntax check the manual that corresponds to your mysql server version for the right syntax to use near 'by 'secret_password'' at line1
so what is wrong?and what should I do?
Thanks for your suggession and sorry for my bad grammar.