Re: [PHP-DB] How can I get MySQL protocol information with PDO?

2007-11-30 Thread Thodoris
O/H Kazuhiro IIzuka ??: Thanks Thodoris. But this is not things I desired.I've already read php manual and known about PDO::getAttribute() before I post my question. When I get to server version,I can use $dbh->getAttribute(PDO:: ATTR_SERVER_VERSION),but there are no attribute about mys

Re: [PHP-DB] How can I get MySQL protocol information with PDO?

2007-11-30 Thread Kazuhiro IIzuka
Thanks Thodoris. But this is not things I desired.I've already read php manual and known about PDO::getAttribute() before I post my question. When I get to server version,I can use $dbh->getAttribute(PDO:: ATTR_SERVER_VERSION),but there are no attribute about mysql server protocol. I'm planing