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.
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!
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
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