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

2007-11-29 Thread Kazuhiro IIzuka
Hi All. Now I'm trying to get MySQL protocol information with PDO. There are "mysql_get_proto_info" and "mysqli_get_proto_info" to get MySQL protocol information. But PDO_MySQL doesn't seems to support this feature. If I mistake,please let me know.and How to get MySQL protocol information with

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

2007-11-29 Thread Thodoris
O/H Kazuhiro IIzuka ??: Hi All. Now I'm trying to get MySQL protocol information with PDO. There are "mysql_get_proto_info" and "mysqli_get_proto_info" to get MySQL protocol information. But PDO_MySQL doesn't seems to support this feature. If I mistake,please let me know.and How to get M

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

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