zizhost
Databases

phpMyAdmin

Browse, query, and import / export databases.


Opening phpMyAdmin

From the hosting panel, click phpMyAdmin. You are signed in to your database server automatically, with no credentials needed at this stage.

Things you do most often

  • Run a query: pick a database in the left sidebar, click the SQL tab, paste, run.
  • Edit a row: pick a table, click the pencil icon next to the row.
  • Add a column: pick a table, click Structure, scroll to the bottom and use Add column.
  • Export: pick a database or table, click Export. Use the default “Quick” mode + SQL format. Save the file locally.
  • Import: pick a database, click Import, choose the SQL file, run.

Backups

Export weekly to your local machine.