Question

How To Fix database error datasbase.wp_user doesn't exist for query

I have tried to login in WordPress through WP-CLI but as I run wp-login, It shows “database error database.wp_user doesn’t exist for query” and a bunch of other lines and I become unable to login. What can I do to fix it, I appreciate any help from you.


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
October 18, 2020
Accepted Answer

Hi there @newwayelegant,

To me it looks like that either your database details are not correct in your wp-config.php file, you need to make sure that you use the correct database name, database username and password.

If this is not the case, then it’s possible that the database is not complete. If this is a new installation what you could do is create a new blank database and let the WordPress install script create the tables from scratch.

Hope that this helps! Regards, Bobby

This comment has been deleted

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.