Home > Mysql-Migration-Tools

Mysql-Migration-Tools

Mysql-Migration-Tools is a project mainly written in Shell, it's free.

Move mysql datas/users/privs

Mysql-Migration-Tools

  1. What is it ?

Mysql-Migration-Tools is a script which allow you to move mysql datas between servers.

It also moves users with their privileges BUT the new server will be accessible by a remote connection (not localhost)

NB : This tool modifies the DB priv to allow this remote connection.

  1. Usage

./migrate_mysql.sh DBName DBUser

assuming DBName and DBUser are the same you can use ./migrate_mysql.sh DBName

Previous:MovieCopySite