~derek-name/openvista-gtm-integration/bug818588-ovbackup_nice

« back to all changes in this revision

Viewing changes to scripts/etc/openvista/mysqlusers

  • Committer: Derek Veit
  • Date: 2011-08-22 19:04:10 UTC
  • mfrom: (131.2.576 replication)
  • Revision ID: derek.veit@medsphere.com-20110822190410-w4sepab2fxrs3u0p
Merge replication branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# MySQL users
 
2
#   If these values are changed, they must be changed on both primary and
 
3
#   secondary servers.  If MySQL replication has already been set up, then
 
4
#   ovmysqlrepl must be re-run on each server to reconfigure MySQL replication
 
5
#   so that the user accounts are updated.
 
6
 
 
7
# MySQL user for replication threads of the mysql process
 
8
MASTER_USER="mysqlrepl"
 
9
MASTER_PASSWORD="0909"
 
10
# MySQL user for testing replication
 
11
TEST_USER="mysqltest"
 
12
TEST_PASSWORD="ntawkrwar"
 
13