Creating users access denied

You are viewing an old version of this question. View the current version here.

Can someone help me with where I am going wrong?

I am using the syntax

GRANT ALL PRIVILEGES ON database2.* TO 'user-user'@'localhost' IDENTIFIED BY 'REDACTED';

The database and the user are showing in

SELECT User,Host FROM mysql.user;

And

SHOW DATABASES;

I am doing something wrong I just cannot point my finger on it

Please :)

Comments

Comments loading...
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.