pull/8/head
Suvodip 2024-12-20 13:06:42 +05:30
parent e379794846
commit a761a1bf50
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
}
}
try {
$conn = new PDO("mysql:host=$mariaServer;dbname=$mariaDb", $mariaUser, $mariaPass);
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);