Restore selected posts from a backup
Recently at work we had a situation where we needed to roll back to the previous day's backup of our WordPress site to...
Recently at work we had a situation where we needed to roll back to the previous day's backup of our WordPress site to...
Sometime you may need to mass delete a bunch of tags that are unused (or maybe only used once). I'm sure there are...
The other day I had to explain to someone how to connect to a MySQL database in PHP. It was a good reminder. Here's a...
Sometimes you need to import a large database that exceeds the size limits imposed by phpMyAdmin. You can change some...
If your MySQL server is configured to only accept local connections, then you can't connect remotely by just specifying...