All checks passed
7 checks ran in 3 ms. PHP is talking to MySQL, and the site can create tables, write rows and read them back.
| Result | Check | What came back |
|---|---|---|
| PASS | PHP is running | PHP 8.5.7 on Linux |
| PASS | The pdo_mysql driver is installed | Drivers available: mysql, sqlite |
| PASS | config.php was found and read | Host localhost, database db-2026s2s |
| PASS | Connected to the MySQL server | Server version 8.4.10-10 |
| PASS | Created the test table | Table pp_connection_test is ready |
| PASS | Wrote a row using a prepared statement | Inserted row id 4 |
| PASS | Read the rows back | 4 row(s) in the table, most recent at 2026-09-14 08:34:09 |
Last 4 rows actually stored in the database
| ID | Checked by | Note | When |
|---|---|---|---|
| 4 | M D H S group | Connectivity check from db_test.php | 2026-09-14 08:34:09 |
| 3 | M D H S group | Connectivity check from db_test.php | 2026-09-14 05:20:01 |
| 2 | M D H S group | Connectivity check from db_test.php | 2026-09-14 03:58:39 |
| 1 | M D H S group | Connectivity check from db_test.php | 2026-09-14 03:47:56 |