Type: PDOException
Code: 1045
Message: Could not connect to database (kitapreh_master_db).
File: /home/ugursamsa/public_html/kitaprehberi.com/Slim/RedBean.php
Line: 196
Line 196'daki kod işe şöyle;
$dbname = ( preg_match( '/dbname=(\w+)/', $this->dsn, $matches ) ) ? $matches[1] : '?';
throw new PDOException('Could not connect to database ('.$dbname.').', $e->getCode());