> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/1.11.x-nl/admin-gids/backups/external_backups/phpmyadmin_database_backup.md).

# Back-up van PhpMyAdmin-database

Databases kunnen worden opgeslagen vanuit de [P](http://fr.wikipedia.org/wiki/PhpMyAdmin) [hpMyAdmin-](http://fr.wikipedia.org/wiki/PhpMyAdmin) interface, door verbinding te maken met de login en het wachtwoord die zijn gemaakt tijdens de [LAMP-](http://fr.wikipedia.org/wiki/LAMP) serverinstallatie, de database-installatie of in de gegevens die zijn verzonden door uw hostingprovider .

Afbeelding: Administration - PHPMyAdmin

Eenmaal in de grafische interface van PhpMyAdmin, ga naar de *Export* tab en selecteer de database die moet worden opgeslagen. Er is waarschijnlijk nog 1 genaamd "information\_schema", die u gewoon kunt negeren.

Mogelijk wilt u het uitvoerformaat van het back-upbestand wijzigen. Om op te slaan, kiest u het gewenste formaat onder de databases om te exporteren. In het huidige voorbeeld hebben we gekozen voor SQL.

De naam van het opgeslagen bestand kan ook worden gewijzigd in het gedeelte *Uitvoer* . Het kan worden gecomprimeerd met een van de drie aangeboden formaten. Vergeet niet om de optie *Save output to a file te* selecteren, anders zal het alleen het back-up resultaat op het scherm afdrukken, wat je niet echt zal helpen.

Je hoeft alleen nog maar het bestand te downloaden. Het wordt standaard opgeslagen in uw map *Downloads* of op uw bureaublad, afhankelijk van de configuratie van uw browser.

Het opslaan van de databases via *phpMyAdmin* is voorbij. Het opgeslagen bestand heeft de SQL-indeling (.sql-extensie) en kan later, in geval van problemen, via PhpMyAdmin worden geïmporteerd.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.chamilo.org/1.11.x-nl/admin-gids/backups/external_backups/phpmyadmin_database_backup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
