How greensql forwarding to 3306 port of mysql

1 reply
mahfuz
mahfuz's picture
Joined: 03/26/2009
User offline. Last seen 21 weeks 6 days ago.

Hi,

The thing I need to know is if the greensql is configured in 3305 port then after receiving my query from php page how its sending the query to original MySQL port 3306 if the query is ok??

Thanks.

yuli
yuli's picture
Joined: 01/30/2008
User offline. Last seen 2 days 1 hour ago.

Hello

By default GreenSQL is listening on 127.0.0.1:3305 . If connection is received it is redirected to 127.0.0.1:3306 . It is default settings. You can change them in the management.

Hope this helps.

Yuli

Back to top