June 18, 2013

Backing up your mySql databases using MySqlDumper

By |2018-03-05T22:38:00+00:00June 18th, 2013|Categories: Handy Tools/Utilities, mySQL, Web Hosting|Tags: , , |

I shouldn't have to tell you that backups for your data is crucial, especially your mySql databases. They can power anything from your eCommerce store to your WordPress installation. There are numerous ways to automate this process, but I recently came across one that I really like. Introducing MySqlDumper, a free, web-based mySql backup utility written [...]

November 19, 2012

Easily split up large .SQL files for import using SQL Dump Splitter

By |2018-06-27T17:47:50+00:00November 19th, 2012|Categories: Handy Tools/Utilities, mySQL|

This is another little handy utility I've found myself using recently. If you've ever worked with phpMyAdmin you know that it often times place a restriction on the .sql file size that you wish to upload (size depends on your hosting typically). This can be a burden when you want to import a particularly large database. That [...]

Go to Top