MK

Want to learn to code? Learn how here.

hello world learn to code

Whether you want to be a front-end designer, game designer, or programmer, there are some fundamental concepts you’ll need to learn first. I’ll step through the three things you should focus on learning as you start, and then direct you to great resources to learn the fundamentals based on your learning style. Start with these […]

MySQL Migration of Large Database In One Command

MySQL Migration of Large Database In One Command

I was recently attempting a MySQL migration of a 60GB database from an Amazon RDS instance to a different server.  Not only is the database 60GB, but it contains multiple full-text indexes too.  I wanted to complete the entire migration in one step as opposed to creating a dump file, transferring, and importing manually.  Here’s […]