HI, I cant login to my site I just see text Table ‘wordpress.users’ doesn’t exist instead of the login screen?
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.
Hello,
It sounds like the
users
table might have to be repaired. You can do that by following the steps here:https://www.digitalocean.com/community/tutorials/how-to-fix-corrupted-tables-in-mysql
If this does not help, I believe that it would be best to restore a backup in case you have one:
https://docs.digitalocean.com/products/images/backups/how-to/create-and-restore/
Best,
Bobby