PHP Timeout with PDOException during installation of version 8.5.5

Permalink
PDOConnection.php threw the PDOException during the install of Concrete5 8.5.5 on a Windows 10 machine running XAMPP 7.3.27 where the port for Apache was set to 8080.

The PDOException error was caused by specifying localhost:8080 instead of localhost:3306 for the database server.