Hi,
I just install the OS RHEL 5.5 64Bits and installed mysql server. I'm having trouble to create a user call "zabbix" in mysql and create a database called "zabbix". Could someone please help me out here?
Below is the error message I'm having:
[root@zabbix Server]# mysql -u zabbix -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database zabbix character set utf8;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'zabbix'
I just install the OS RHEL 5.5 64Bits and installed mysql server. I'm having trouble to create a user call "zabbix" in mysql and create a database called "zabbix". Could someone please help me out here?
Below is the error message I'm having:
[root@zabbix Server]# mysql -u zabbix -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 16
Server version: 5.0.77 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> create database zabbix character set utf8;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'zabbix'
Comment