artithw / asterisk-cdr-viewer

Automatically exported from code.google.com/p/asterisk-cdr-viewer
0 stars 0 forks source link

asterisk-cdr-viewer DO::errorInfo(): could not find driver #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On main page see PDO::errorInfo(): could not find driver

config.inc.php

$db_type = 'mysql';
$db_host = 'localhost';
$db_port = '3306';
$db_user = 'root';
$db_pass = 'XEGFxegC66';
$db_name = 'asterisk';
$db_table_name = 'cdr';

Original issue reported on code.google.com by paliz...@gmail.com on 10 Apr 2013 at 7:44

GoogleCodeExporter commented 9 years ago
try to install php-mysql package

Original comment by igor.oku...@gmail.com on 11 Apr 2013 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by igor.oku...@gmail.com on 16 Apr 2013 at 8:42

GoogleCodeExporter commented 9 years ago
install PDO Driver for MySQL php

Original comment by smb-c...@smb-conf.ru on 18 Feb 2014 at 10:54