diff --git a/html/aserv.html b/html/aserv.html index 632fea0fff9e916345d97563524e50ec148bc2de..3998f5995d668780a5d6c0a99531e7844a6c4bd9 100644 --- a/html/aserv.html +++ b/html/aserv.html @@ -45,17 +45,6 @@ database name. This can be achieved either: </ul> </p> -<p>Sample backup of the server content: -<div class="terminal"> -$ /usr/local/mysql/bin/mysqldump -u adminAServ -paaa345 AServDB > toto.sql -</div> -And restoring: -<div class="terminal"> -$ /usr/local/mysql/bin/mysql -u adminAServ -paaa345 AServDB -sql> source toto.sql; -</div> -</p> - <p> It is also possible to use Postgres instead of MySQL, but then you should know how to do it. @@ -154,6 +143,20 @@ the outside to the server with the corresponding plug-in. The only compulsory ports for the server is the MySQL one. </p> +<h2>Setting up a back-up for your database</h2> + + +<p>Sample backup of the server content: +<div class="terminal"> +$ /usr/local/mysql/bin/mysqldump -u adminAServ -paaa345 AServDB > toto.sql +</div> +And restoring: +<div class="terminal"> +$ /usr/local/mysql/bin/mysql -u adminAServ -paaa345 AServDB +sql> source toto.sql; +</div> +</p> + <address> <small> <hr />