This usually means your site (often WordPress) can’t connect to the database. Most of the time, it’s wrong DB credentials in wp-config.php, a crashed MySQL server, or the database server being down. I’d first recheck the DB name, username, password, and host, then try accessing phpMyAdmin to see if the DB is working; if not, restart MySQL or contact your hosting support because sometimes it’s just a server-side issue.