[racktables-users] Re: [racktables-users] Re: PDO-MySQL issue

  • From: Андрей Степанов <saamai@xxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Tue, 30 Nov 2010 13:49:34 +0300

Phpinfo() also shows that PDO-MySQL enabled: 

PDO

PDO support        enabled
PDO drivers         mysql

pdo_mysql

PDO Driver for MySQL    enabled
Client API version      mysqlnd 5.0.7-dev - 091210 - $Revision: 300533 $

Directive                                              Local Value             
Master Value
pdo_mysql.default_socket        /tmp/mysql.sock /tmp/mysql.sock


Tue, 30 Nov 2010 13:39:49 +0300  Denis Ovsienko <infrastation@xxxxxxxxx>:

> 30.11.2010, 13:24, "Андрей Степанов" <saamai@xxxxxxx>:
> > Hi there!
> >
> > I have freebsd server with apache 2.2.17, php 5.3.3  and mysql 5.1.53 on
> it.
> > I'm trying to install racktables 0.18.6. But it displays
> 'FAILED' against PDO-MySQL extension field. All other fields are
> displayed as 'PASSED'
> > But both php5-pdo and php5-pdo_mysql installed:
> > #php -m | grep -i pdo
> > PDO
> > pdo_mysql
> 
> That proves, that PDO-MySQL is enabled for the CLI instance of PHP, could you
> check (by means of phpinfo()), that the Apache PHP instance has that enabled?
> 
> --
> Denis Ovsienko




Other related posts:

  • » [racktables-users] Re: [racktables-users] Re: PDO-MySQL issue - Андрей Степанов