Manual:DBError.php/fi
tiedosto MediaWiki: DBError.php | |
---|---|
Sijainti: | includes/libs/rdbms/exception/ |
Lähdekoodi: | master • 1.43.1 • 1.42.6 • 1.39.12 |
Sarjat: | Wikimedia\Rdbms\DBError |
DBConnectionError
This is the infamous error:
Pahoittelut! Tällä sivustolla on teknisiä ongelmia. Odota hetki ja lataa sivu uudelleen.
If you see this, the database is very unhappy, but at least MediaWiki is still alive and knows about it.
Tietokantaan ei voida yhdistää
If you encounter this issue, follow the steps below to investigate the cause:
- Check the Apache error log. On Ubuntu systems, this log is located at /var/log/apache2/error.log by default.
- Look for error messages similar to the following:
- MySQL server has gone away
- Error reading result set's header
- These messages typically indicate a problem with the database connection.
Searching for these phrases may help you find relevant discussions and potential solutions.
If necessary, review the configuration settings for MySQL and Apache, particularly those related to timeouts and connection limits.