Ads

BBC iPlayer Update

I am a bit behind on postings lately, but I have been meaning to post about another iPlayer development. Its now available through a streaming service, based on flash. This helps people on non-microsoft platforms access the content. It is also quick and easy to use, if you have a quick ish connection (Its ok [...]

Merry Christmas!

Merry Christmas Everyone!

Moving a MySQL Database

I have moved hosting provider, and I have had to move the database too. Here are the commands I used to shift the database from one server to another.

To export the database:

mysqldump -h DBSERVER -u DBUSER -p DBNAME > DBNAME.sql

Substituting DBSERVER with the hosts adddress, DBUSER with your MySQL username on the current server and [...]