Error establishing a database connection

Search for this error with regards to WordPress and you will find lots of articles talking about how the wp-config.php has bad credentials.  Funny thing is, I came across this error and credentials were not the problem.  Here’s how I fixed it. My site is on a...

Not able to export a remote database

New client computer, so I installed the latest MySql Workbench – version 6.3.6.  Turns out that the new version no longer works for me when exporting a remote database.  Here’s the error I’m seeing: It works just fine when exporting local databases,...

Benchmarks on WAMP 2.5

WAMPServer is the tool that I use to develop websites locally.  It is made up of three distinct technologies – Apache, MySQL, and PHP. I recently upgraded from WAMP 2.4 (Apache 2.4.4, MySQL 5.6.12, PHP 5.4.12) to WAMP 2.5 (Apache 2.4.9, MySQL 5.6.17, PHP...