I only have a high availability group in my MySQL Fabric configuration and I would like to connect to it with PHP.
I check http://dev.mysql.com/doc/mysql-utilities/1.4/en/fabric.html for Fabric aware connector in PHP. However, I only find Java and Python Fabric aware connectors.
I also find another tutorial about sharding PHP with MySQL Fabric (http://schlueters.de/blog/index.php?url=archives/175-Sharding-PHP-with-MySQL-Fabric.html). The scenario is also about sharding, which is not I need.
Besides, I try the http://php.net/manual/en/mysqlnd-ms.quickstart.mysql_fabric.php tutorial. Sadly, it is also about PHP sharding.
Is there any tutorial about how to connect to a MySQL Fabric high availability group with PHP?