/usr/share/phpmyadmin/templates/server/replication
NameSizeModeActions
change_master.twig16310644editdlrm
database_multibox.twig3330644editdlrm
index.twig13000644editdlrm
master_add_slave_user.twig41750644editdlrm
master_configuration.twig14320644editdlrm
master_replication.twig16950644editdlrm
slave_configuration.twig46500644editdlrm
status_table.twig9420644editdlrm
Edit: /usr/share/phpmyadmin/templates/server/replication/master_configuration.twig (1432B)
{% trans 'Master configuration' %}

{% trans %} This server is not configured as a master server in a replication process. You can choose from either replicating all databases and ignoring some of them (useful if you want to replicate a majority of the databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode: {% endtrans %}

{% trans 'Please select databases:' %}

{{ database_multibox|raw }}

{% trans %} Now, add the following lines at the end of [mysqld] section in your my.cnf and please restart the MySQL server afterwards. {% endtrans %}


  

{% trans %} Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server is configured as master. {% endtrans %}

{{ get_hidden_inputs('', '') }}