Tag Archives: mysql

MySQL Migration / Merge Script (Linux)

There are many ways of migrating MySQL data from server to server and its just essential to use mysqldump or any other tools to do the task for you. The simplest way to do this is via mysqldump (from source) … More of this rant

Posted in Techy Thoughts | Tagged , | Leave a comment

Multiple MySQL Instances

I have seen a lot of versions of this in the web but I decided to create my own copy for ease of setup and simplicity. First, download the file “mysql55rev.rar” as seen in this post then extract it somewhere … More of this rant

Posted in Techy Thoughts | Tagged , , | Leave a comment