|
|
(48 intermediate revisions by 6 users not shown) |
Line 1: |
Line 1: |
| ==Setting Up Replikwando==
| | #REDIRECT [[Internal:Replikwando/Installation]] |
| # Setup the server side (Fonseca) | |
| ## Create a database where its name equals the customer's product code
| |
| ## Create a '''MySQL user''' for the customer
| |
| ## Setup privileges for that user to access the the database just created
| |
| ## Go to the '''mysql''' database and give the user '''"Super" privileges''' in the '''user table'''
| |
| # Setup the client side
| |
| ## Turn on '''bin logging'''
| |
| ### Open the my.ini and enter '''log-bin''' under the '''mysqld''' section
| |
| ### Restart the mysql service
| |
| ## Download Replikwando from dl.isoftdata.com
| |
| ## Place the files in '''"C:\Replikwando\"'''
| |
| ## Open '''Replication.ini''' and change '''binologpath''' and '''mysqlbinpath''' if needed.
| |
| ## Setup the '''[todatabase1]''' section to correspond to the server side setting just setup (host should be '''backup.isoftdata.com''', '''port: 3306''')
| |
| ## Save '''replication.ini'''
| |
| # Start Replikwando
| |
| ## Check the service side database to confirm things are getting replicated
| |
| # Make sure Replikwando is set to run when the user logs into Windows
| |
| ## Create a Replikwando shortcut in '''C:\Documents and Settings\All Users\Start Menu\Programs\Startup'''
| |