sizo nsibande wrote:
I am trying to install zabbix, and at the third step I get this error:

############################

[EMAIL PROTECTED] etc]# mysql -u zabbix -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 5.0.27

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create database zabbix;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'zabbix'
mysql>


############################

I am reading the mysql in 21 days book and hope to become more
knowledgeable on this subject, please point me in the right direction?

You are not looged in to mysql as a user with create privileges.
You might need to backup a few chapters.
--
Gerald L. Clark
Supplier Systems Corporation

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to