phpMyAdmin is a visual tool for managing your MySQL databases. You can browse tables, run queries, and import or export data without using the command line. Here is how to reach and use it in DirectAdmin.
Ouvrir phpMyAdmin #
- Connectez-vous à DirectAdmin (généralement votredomaine.com:2222).
- Aller à Gestionnaire de comptes et cliquez sur Gestion de MySQL.
- Find your database and click the phpMyAdmin link next to it.
- Log in with the database username and password.
S'orienter #
- Panneau de gauche : lists your databases and their tables.
- Structure tab: shows the tables and columns.
- Browse tab: lets you view and edit rows.
- SQL tab: lets you run queries directly.
Exporting a database (backup) #
- Sélectionnez la base de données dans le volet de gauche.
- Cliquez sur le bouton Exporter onglet.
- Choisissez le Rapide méthode et SQL format.
- Cliquez sur Aller pour télécharger le fichier .sql.
Importing a database #
- Sélectionnez la base de données cible.
- Cliquez sur le bouton Importer onglet.
- Choose your .sql file and click Aller.
If the file is large, you may need to compress it (.zip or .gz) first.
Conseils de sécurité #
- Veillez à toujours exporter une copie avant d'apporter des modifications.
- Double-check which database you are editing.
- Avoid dropping tables unless you are certain.
Dépannage #
- Échec de la connexion : confirm the database user and password in MySQL Management.
- Fichier d'importation trop volumineux : compress the file or split it into smaller parts.
- Erreurs sur le site après des modifications : restaurez votre copie exportée.
Besoin d'aide ? #
If you are unsure about a database change, reach out to our support team on live chat before proceeding.