Comments - Not able to access MariaDB even from LocalHost - Access denied for user 'root'@'puppetmaster29' (using password: YES)

2 years, 8 months ago Daniel Black

Apologies I was looking at the mysqld permission denied at the end. This is a second instance of the server not a client connection. It won't succeed, and that's a good thing.

As this is a fresh install use:

sudo mariadb -u root

followed by the following if want a root password

set password = password('myPassword');

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.