[Openstack] [keystone] mysql question related to OpenStack

Alan Pevec apevec at gmail.com
Mon Nov 26 22:00:24 UTC 2012


> As user root, I created the keystone db as follows:
>
> root at novato:~/ahmed# mysql -u root -pmysqlpass
> Welcome to the MySQL monitor.  Commands end with ; or \g.
> .......
> mysql> CREATE DATABASE keystone;
> Query OK, 1 row affected (0.00 sec)

CREATE USER missing here?

> mysql> GRANT ALL ON keystone.* TO 'keystoneUser'@'%' IDENTIFIED BY
> 'keystonePass';
> Query OK, 0 rows affected (0.00 sec)
>
> mysql> quit;




More information about the Openstack mailing list