On 28 Dec 2016, at 17:29, [email protected] wrote: > Welcome to the MariaDB monitor. Commands end with ; or \g. > Your MariaDB connection id is 3 > Server version: 10.1.18-MariaDB MariaDB Server
Ah, MariaDB! I could never get that to work! I only tried for a couple of hours and then gave up - to much to do and to little time. > MariaDB [keystone]> select Host,User from user where User='keystone'; > ERROR 1146 (42S02): Table 'keystone.user' doesn't exist Please read the following section again. > Look at the ‘mysql’ database: > > select Host,User from user where User='keystone’; > select Host,Db,User from db where User='keystone’; _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
