openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #18936
Re: [keystone] mysql question related to OpenStack
> As user root, I created the keystone db as follows:
>
> root@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;
Follow ups
References