Few question before using.
Howdy, I have read some general information but just to make sure thought to post here.
1. In short, is it so that I can select which database I use GreenSQL with so every db isnt affected)
Example: If Im correct, when its installed, if I do step
1. $link = mysql_connect('127.0.0.1:3305', 'mysql_user', 'mysql_password'); GreenSQL will be used.
2 $link = mysql_connect('127.0.0.1', 'mysql_user', 'mysql_password'); (note missing 3305) GreenSQL will NOT be used, instead script use normal mysql connection with phpmyadmin without GreenSQL being enabled, correct?
2 Can I still manage my databases via phpmyadmin or am I forced to use GreenSQL web manager (GUI( when creating or editing (etc..) databases? If forced to use greensql web manager, in first guestion method 2 should allow reuse of phpmyadmin with selected databases?
3. I assume GreenSQL works with Suhosin 0.9.21 (http://www.hardened-php.net/suhosin/index.html)? Sometimes progmans just dont like each others, so better to ask then be sorry.
Thanks for this great progmans, if everything works out this could save alot of time and effort from us, we have basics covered but who wouldnt like more secure :P
GreenSQL
Hello
1. You are absolutely right
2. Yes. When connecting to MySQL, yphpmyadmin by default connects using default MySQL port (3306). If you want it to work trough GreenSQL, you need to change application settings and use GreenSQL port (withc is 3305 by default).
3. Never tested this. But probably GreenSQL will work with Suhosin. GreenSQL only works when SQL queries are send to your database from a PHP code (in case you configured your application to use GreenSQL port).
Best regards,
Yuli