Re: zabbix mysql problem

2007-06-13 Thread sizo nsibande

You might need to backup a few chapters.


Thanks a lot man atleast now I know what to look into.

On 12/06/07, Gerald L. Clark [EMAIL PROTECTED] wrote:

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




--
Communication is not just english grammaer and literature, but a well
established database between people that have come to know each other!

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



zabbix mysql problem

2007-06-12 Thread sizo nsibande

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?
--
Communication is not just english grammaer and literature, but a well
established database between people that have come to know each other!

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



Re: zabbix mysql problem

2007-06-12 Thread Gerald L. Clark

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]