2 messages in com.mysql.lists.clusterRe: New account| From | Sent On | Attachments |
|---|---|---|
| AlejandraB | 02 Nov 2007 22:36 | |
| Jon Stephens | 03 Nov 2007 05:57 |
| Subject: | Re: New account![]() |
|---|---|
| From: | Jon Stephens (jo...@mysql.com) |
| Date: | 11/03/2007 05:57:48 AM |
| List: | com.mysql.lists.cluster |
AlejandraB wrote:
Good evening.
I have mysql cluster installed and I'm trying to start the mysql server with a new user account recently created, and I'm having trouble accessing the server with the new account.
Looks to me like you've got a MySQL Server running and you problem is actually that you can't connect to it as this user.
[root@dc8540a3e bin]# ./mysql -u usuario1 -p Enter password: ERROR 1045 (28000): Access denied for user 'usuario1'@'localhost' (using password: YES)
The new user does exists and I know the problem is not password related.
mysql> use mysql Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A
Database changed mysql> select User from user; +----------+ | User | +----------+ | mysql | | root | | usuario1 | | | | mysql | | root | +----------+
Thanks in advance
This doesn't sound like a Cluster issue as such. You might want to check the Host column, and redirect your question to the General list (mys...@lists.mysql.com).
cheers
jon.
--
Jon Stephens - jo...@mysql.com Technical Writer - MySQL Documentation Team Stockholm, Sweden Mobile: +46 (0) 73 677 39 93 (GMT +01.00) MySQL AB: www.mysql.com




