Thursday, August 6, 2009

PHP Script to Test Database Connections

Need to test if a mySQL database has been setup, associated with a user and working properly?  In most cases where you get a “can not connect to database” issue when installing a script, it is caused by something in your configuration files being wrong. To help you test, create a .php file (could be [...]

No comments: