Hi, Appreciate any help with this question. If MySql clients pass the parameter --comments, the comments that are passed along with the queries show up in the query logs. This helps to quickly trace the origin of query in application code.
Ex: mysql -u user -p password --comment mysql>select * from aTable /*trace.Model1*/ The client code I use is php with zend framework. I am trying to see if there is a way of passing this connection parameter through zend_db::factory(). Thanks. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-to-pass-comment-in-mysql-configuration-through-Zend-db-factory-in-php-tp4659538.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
