mysqldump mysql 5.6 problem solved
If you have recently upgraded your MySQL version to 5.6, your mysqldump command will probably throw the following error: mysqldump: Couldn't execute 'SET …
If you have recently upgraded your MySQL version to 5.6, your mysqldump command will probably throw the following error: mysqldump: Couldn't execute 'SET …
Bash Status Code The following script is for my own reference. It’s a simple script that pings a URL and looks for a bash status code of 200. If the …
Scaling WordPress is something I’ve been studying for a long time. By nature, WordPress isn’t designed to run on multiple servers unless you do …
Create your own poker games for the HTML5 Because of interconnectivity between millions of players around the world, social poker games are one of the most …
Testing is a hot subject in the PHP world. It is not because testing hasn’t been around for eons, but more because the community is still pretty …
I spoke to one of my colleagues the other day and he told me about the pebble watch and how awesome it was. ?I’m always on the lookout for new tech …
I saw this video a while ago, but I recently came across it again and I thought this time I’ll share it. ?This video is presented by?Mike Monteiro?who …
I’m currently working on migrating a large publishing website form Drupal to WordPress and one of the things that occurred to me was that WordPress …
Ubuntu doesn’t always keep up with the latest stable releases of Nginx. To install latest Nginx on Ubuntu I normally follow these steps: Step 1 Add …