From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../server/replication/master_configuration.twig | 32 ---------------------- 1 file changed, 32 deletions(-) delete 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 deleted file mode 100644 index 5243bac..0000000 --- a/srcs/phpmyadmin/templates/server/replication/master_configuration.twig +++ /dev/null @@ -1,32 +0,0 @@ -
- {% 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