Illuminate\Database\QueryException : could not find driver (SQL: select * from information_schema.tables where table_schema = hpdb and table_name = migrations and table_type = 'BASE TABLE')
at /var/www/html/connect-cms/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669 665| // If an exception occurs when attempting to run a query, we'll format the error 666| // message to include the bindings with SQL, which will make this exception a 667| // lot more helpful to the developer instead of just the database's errors. 668| catch (Exception $e) { > 669| throw new QueryException( 670| $query, $this->prepareBindings($bindings), $e 671| ); 672| } 673|
Exception trace:
1 Doctrine\DBAL\Driver\PDO\Exception::("could not find driver") /var/www/html/connect-cms/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18
Illuminate\Database\QueryException : SQLSTATE[HY000] [1045] Access denied for user 'hpuser'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = hpdb and table_name = migrations and table_type = 'BASE TABLE')
at /var/www/html/connect-cms/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669 665| // If an exception occurs when attempting to run a query, we'll format the error 666| // message to include the bindings with SQL, which will make this exception a 667| // lot more helpful to the developer instead of just the database's errors. 668| catch (Exception $e) { > 669| throw new QueryException( 670| $query, $this->prepareBindings($bindings), $e 671| ); 672| } 673|
Exception trace:
1 Doctrine\DBAL\Driver\PDO\Exception::("SQLSTATE[HY000] [1045] Access denied for user 'hpuser'@'localhost' (using password: NO)") /var/www/html/connect-cms/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Exception.php:18