HI, I cant login to my site I just see text Table ‘wordpress.users’ doesn’t exist instead of the login screen?
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