Solution:
Here are the steps to create a user:
- Login to your mariadb (terminal):
$ mysql -h localhost mysql
- Create the user that you need:
CREATE USER 'wpuser'@'localhost';
Solution:
Here are the steps to create a user:
$ mysql -h localhost mysql
CREATE USER 'wpuser'@'localhost';