MySQL Forums
Forum List  »  Newbie

Re: Jabber on MYSQL + Linux Mandrake 10.0
Posted by: Junior Bisono
Date: April 21, 2005 03:52PM

its me again,..

This is where I am right before I get the error: Thanks.


Now create a jabberd2 MySQL user, assign it a password, and give it full permission to the jabberd2 database. Invoke MySQL:

# mysql -u root -p

At the MySQL prompt:

GRANT all ON jabberd2.* to jabberd2@localhost IDENTIFIED by password;

Replace password with a real password.

Options: ReplyQuote


Subject
Written By
Posted
Re: Jabber on MYSQL + Linux Mandrake 10.0
April 21, 2005 03:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.