Database Security. Database Auditing. Database Caching. Database Masking. Get it nowHow greensql forwarding to 3306 port of mysql
Posted February 26th, 2010 by mahfuz
in
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.
G
Comments
Hello By default GreenSQL is
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