Hello:
Just checking with you all on this...
Usually when using PHP and MYSQL, I place the database login information (username and password) in an include directory that is NOT accessible to the outside world (i.e. NOT in the public HTML directories) and add this "non-reachable" directory to the PHP search path for include statements.
This protects the outside world from reading the include file and acquiring the database username and password.
I happened to notice the database username and password appears in dbcommon.php in a publicly accessible include directory and is avaiable for READ to the outside world.
Please let me know if I'm wrong about this.
Take Care... Mike.