Warning: mysqli_real_connect(): (HY000/1698): Access denied for user ‘wpuser’@’localhost’ in /var/www/html/wp-includes/wp-db.php on line 1534

Solution:

Here are the steps to create a user:

  1. Login to your mariadb (terminal): $ mysql -h localhost mysql
  2. Create the user that you need: CREATE USER 'wpuser'@'localhost';