From fb87f17e8019041e7cf5b1f7f49269b3dda0b18d Mon Sep 17 00:00:00 2001 From: Tomas Srnka Date: Wed, 25 Nov 2009 23:24:00 +0000 Subject: [PATCH] Replication master setup instruction update --- lang/english-utf-8.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 276c5e035..c1ec2be1e 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -758,7 +758,7 @@ $strRepair = 'Repair'; $strRepairTable = 'Repair table'; $strReplaceNULLBy = 'Replace NULL by'; $strReplaceTable = 'Replace table data with file'; -$strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; +$strReplicationAddLines = 'Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards.'; $strReplicationAddSlaveUser = 'Add slave replication user'; $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.';