Replication master setup instruction update

This commit is contained in:
Tomas Srnka
2009-11-25 23:24:00 +00:00
parent 40b28baf4d
commit fb87f17e80

View File

@@ -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.';