From 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 9 Jan 2020 10:55:03 +0100 Subject: phpmyadmin working --- .../server/replication/master_configuration.twig | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 srcs/phpmyadmin/templates/server/replication/master_configuration.twig (limited to 'srcs/phpmyadmin/templates/server/replication/master_configuration.twig') diff --git a/srcs/phpmyadmin/templates/server/replication/master_configuration.twig b/srcs/phpmyadmin/templates/server/replication/master_configuration.twig new file mode 100644 index 0000000..5243bac --- /dev/null +++ b/srcs/phpmyadmin/templates/server/replication/master_configuration.twig @@ -0,0 +1,32 @@ +
+ {% 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('', '') }} + +
+
-- cgit