Hello,
Today I can not log in to my website, I get errors:
**Warning** : mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in **/storage/ssd4/531/6794531/public_html/index.php** on line **45**
**Warning** : mysqli_num_rows() expects parameter 1 to be mysqli_result, boolean given in **/storage/ssd4/531/6794531/public_html/index.php** on line **46**
This seems to be an issue with the database connection. So I tried to connect to my Database, but cannot login to PHPMyAdmin, where I get this errors:
Error in processing request
Error code: 200
Error text: OK (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.
# Error
**SQL query:** [ Edit](https://databases.000webhost.com/server_sql.php?sql_query=SET+lc_messages+%3D+%27en_US%27%3B&show_query=1)
``
```
SET lc_messages = 'en_US';
```
**MySQL said:** [](https://databases.000webhost.com/url.php?url=https%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.7%2Fen%2Ferror-messages-server.html)
`#9001 - Max connect timeout reached while reaching hostgroup 1038 after 10412ms`
Any reason why this happens ?
I see there are some rate limiting, but my website is nowhere near those limits.