Centos 7 server Openstack mariadb.pp ERROR

General support questions
Post Reply
genezing
Posts: 13
Joined: 2016/03/23 09:51:29

Centos 7 server Openstack mariadb.pp ERROR

Post by genezing » 2016/07/18 10:07:55

Hello

I want to install Openstack but I'm having an error I don't really get.

Code: Select all

ERROR : Error appeared during Puppet run: 192.168.0.2_mariadb.pp
Error: Could not prefetch mysql_user provider 'mysql': Execution of '/usr/bin/mysql -NBe SELECT CONCAT(User, '@',Host) AS User FROM mysql.user' returned 1: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
greetings

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: Centos 7 server Openstack mariadb.pp ERROR

Post by aks » 2016/07/19 18:19:06

I'm not a bad o.s. man, but the error seems to suggest y'all can't login as root@localhost with no password. Did you set it higher up in the recipe?

Post Reply