try {
$conn = new PDO('mysql:host=192.168.1.2;dbname=TEST;port=3306','username','password');
} catch ( PDOException $e ){
print $e->getMessage();
}
try {
$conn = new PDO('mysql:host=192.168.1.2;dbname=TEST;port=3306','username','password');
} catch ( PDOException $e ){
print $e->getMessage();
}