„link.php“ ändern

master
Helge 2022-01-11 13:48:53 +01:00
parent b38a1020f5
commit e943ff63d5
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class dbLinkHandler
try
{
// Verbindung zur Datenbank herstellen
$this->pdo = new PDO('mysql:host=localhost;dbname=linkdb', 'linkdb', 'linkdb');
$this->pdo = new PDO('mysql:host=localhost;dbname=linkvz', 'linkvz', 'linkvz');
$this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
// Tabelle link erstellen, falls nicht vorhanden