There are various ways to make a MySQL Connection using PHP and each of them are described in the following text.
To connect MySQL Using MySQL Improved (mysqli) Extension :
To connect MySQL use the below PHP code and to Select a Database:-
<?php
$mysqli = new mysqli("localhost", "username"...