openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #21715
Re: Incredibly odd mysql permission error
On 03/08/2013 12:19 PM, Samuel Winchenbach wrote:
> Hi All,
>
> I have two nodes (test1 and test2) that I am trying to set up in a
> highly available configuration.
>
> During the setup process I tried running "nova-manage service list" on
> both nodes. It worked fine on test2, but fails on test1 even though I
> can connect to the database with the mysql client from test1.
>
> Here is a screen capture that shows the setup on the two nodes are
> basically identical: http://paste2.org/p/3084223
In the above paste you are doing:
mysql -unova -hmysql-ha -u root nova
-p********************************
Note you are supplying 2 -u arguments, and mysql will take the second
(root).
-jay
Follow ups
References