Skip to content

Run a SQL query on a MySQL database

MrTigreroux edited this page Jul 16, 2020 · 1 revision

English

You will see here how to run a SQL query on your MySQL database.
If you use the SQLite (default) database, you don't need to do anything.


  • Go on the phpMyAdmin page of your MySQL database.
  • Open the SQL tab of tigerreports_reports table.
  • Paste the query in the text area.
  • Click on Go button on the bottom right.

illustration



Français

Voici une aide pour exécuter une commande SQL sur votre base de données MySQL.
Si vous utilisez la base de données SQLite (par défaut), vous n'avez rien à faire.


  • Allez sur la page phpMyAdmin de votre base de données MySQL.
  • Ouvrez l'onglet SQL de la table tigerreports_reports.
  • Collez la commande dans l'espace de texte.
  • Cliquez sur Go en bas à droite.

illustration

Clone this wiki locally