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??
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.
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