Tag: 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) then mysql (into target). However, in my case I have an already existing database with…

  • 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 in your harddrive. Follow these steps: note: extract-dir is the location which you extracted the…