Web installer Build Database Error 2002 (HY000): Can't connect to server on 'localhost' (13)

Yes, for test DB connection I use the password as very similar “password” . I have MariaDB 11.0.3
Here is my .env file

DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=librenms
DB_USERNAME=librenms
DB_PASSWORD=********

it work after few hours… I don’t know why, but it working now…

Here is working logs form Libre

/opt/librenms/discovery.php new 2023-08-18 00:20:02 - 0 devices discovered in 0.005 secs
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘librenms.services’ doesn’t exist (Connection: mysql, SQL: SELECT D.,S.,attrib_value FROM devices AS D INNER JOIN services AS S ON S.device_id = D.device_id AND D.disabled = 0 LEFT JOIN devices_attribs as A ON D.device_id = A.device_id AND A.attrib_type = “override_icmp_disable” ORDER by D.device_id DESC;) (Connection: dbFacile, SQL: SELECT D.,S.,attrib_value FROM devices AS D INNER JOIN services AS S ON S.device_id = D.device_id AND D.disabled = 0 LEFT JOIN devices_attribs as A ON D.device_id = A.device_id AND A.attrib_type = “override_icmp_disable” ORDER by D.device_id DESC;)#0 /opt/librenms/check-services.php(57): dbFetchRows()
#1 {main}
/opt/librenms/discovery.php new 2023-08-18 00:25:02 - 0 devices discovered in 0.004 secs
/opt/librenms/discovery.php new 2023-08-18 00:30:02 - 0 devices discovered in 0.004 secs

thnak you RR1