Viewing 1 replies (of 1 total)
  • Hello Chedy91,
    The DB user WP users does not have adequate resources allocated to it. This is often through your hosting control panel.
    Follow the below given process:-
    From your phpmyadmin console (Select your database and go to SQL section):

    1) SET @MAX_QUESTIONS=0; // This will set unlimited.
    FLUSH PRIVILEGES;
    or else

    2) UPDATE user SET max_questions = 0 WHERE user = ‘you username or root’;
    FLUSH PRIVILEGES;
    If you get an error on privileges then ask your provider/admin.

    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress database error’ is closed to new replies.