online-migration icon indicating copy to clipboard operation
online-migration copied to clipboard

add configuration file for connections

Open lefred opened this issue 11 years ago • 0 comments

Let's add cfg file to deal with the connections. The file will be /etc/online-migration.cfg and its content will be like:

 [world]
 user=root
 password=fred
 host=127.0.0.1
 port=3340

 [sysbench]
 user=test
 password=test
 host=127.0.0.1
 port=3306 

lefred avatar Sep 18 '14 15:09 lefred