⚠

Database Connection Failed

Locals could not connect to the database.

Possible causes

Database Diagnostics

CheckStatusDetail
PHP VersionPASS8.3.33
PDO MySQL ExtensionPASSUnknown
MySQL Process (mysqld)PASSUnknown
Port 3306 OpenPASSPort 3306 is open but authentication failed
Configured HostPASS127.0.0.1:3306
ConnectionFAILAll connection attempts failed
Last Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: NO)
Recovery Suggestions:
  • Check DB_USERNAME and DB_PASSWORD in .env or config/database.php
  • Default: username=root, password=(empty)
Database could not connect after all retry attempts.

PASS: PHP Version - 8.3.33
PASS: PDO MySQL Extension - Unknown error
PASS: MySQL Process (mysqld) - Unknown error
PASS: Port 3306 Open - Port 3306 is open but authentication failed
PASS: Configured Host - 127.0.0.1:3306
FAIL: Connection - All connection attempts failed
Error: 1045 - SQLSTATE[HY000] [1045] Access denied for user 'root'@'127.0.0.1' (using password: NO)
Retry Run Health Check