SQL Server Connectivity Test

Uses PDO (pdo_sqlsrv) to reach the `alm` database and sample T_Drivers.

Current target: 221.133.45.235:14880 as sa.

Connection failed after 0.08 ms.

Error: could not find driver

Configure Credentials

Set DB_HOST, DB_PORT, DB_NAME, DB_USER, and DB_PASS environment variables before hitting this page. Defaults above are placeholders only.

Example: DB_HOST=10.0.0.12 DB_USER=sa DB_PASS=secret php -S 0.0.0.0:8000 index.php