Description of problem: garbage string found when access mysql database via http Version-Release number of selected component (if applicable): stage rhc-cartridge-mysql-5.1-0.21.5-1.el6_2.noarch How reproducible: always Steps to Reproduce: 1.create app and embed mysql to it rhc-create-app -a php1 -t php-5.3 rhc-ctl-app -a php1 -e add-mysql-5.1 2.ssh to the app ssh uuid@<app>-<domain>.stg.rhcloud.com 3.try to access the mysql db via http with port number curl http://<localip>:3306/ Actual results: garbage string found in the output. Expected results: the message should be readable. Additional info: [php1-bmeng5s.stg.rhcloud.com ~]\> curl http://127.9.109.129:3306/ 5.1.61?o6ZG1]d�^-b)CVg$xStn��Got packets out of order
To the best of my knowledge, that is the correct behaviour. MySQL is its own binary format. Its header is a binary string and http to port 3306 should never produce the expected result above. I can't find a reference in the MySQL manual for connecting http to the MySQL port. If you can find one please re-open this request.