sarfraznawaz2005 / VisualQuery

MySQL Database Browser with ability to create visual queries for non-technical people or clients.
40 stars 22 forks source link

Uncaught PDOException: could not find driver in C:\inetpub\wwwroot\VisualQuery-master\vendor\j4mie\idiorm\idiorm.php: #5

Closed Github743 closed 4 years ago

Github743 commented 4 years ago

Getting the error as below when I run the code

Fatal error: Uncaught PDOException: could not find driver in C:\inetpub\wwwroot\VisualQuery-master\vendor\j4mie\idiorm\idiorm.php:253 Stack trace: #0 C:\inetpub\wwwroot\VisualQuery-master\vendor\j4mie\idiorm\idiorm.php(253): PDO->__construct('mysql:host=test...', 'root', '1234', NULL) #1 C:\inetpub\wwwroot\VisualQuery-master\vendor\j4mie\idiorm\idiorm.php(369): ORM::_setup_db('default') #2 C:\inetpub\wwwroot\VisualQuery-master\index.php(63): ORM::get_db() #3 {main} thrown in C:\inetpub\wwwroot\VisualQuery-master\vendor\j4mie\idiorm\idiorm.php on line 253

sarfraznawaz2005 commented 4 years ago

I belive you have not turned on pdo driver from php.ini file, plz see this:

https://stackoverflow.com/questions/2852748/pdoexception-could-not-find-driver