Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 640e9f00 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Moved backup information to the end.

parent dd508564
No related branches found
No related tags found
No related merge requests found
......@@ -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 />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment