phpMyAdmin
Since 1998, phpMyAdmin has been the standard web interface for MySQL and MariaDB - the tool
millions of developers, DBAs, and hosting companies reach for when a database needs
inspecting, fixing, or migrating. Written in PHP, it covers effectively the entire
administration surface: create, browse, alter, and drop databases, tables, views, columns, and
indexes; insert and edit rows through a tabular editor; manage user accounts and granular
privileges; and maintain stored procedures, triggers, and events - all without touching a
command line. The SQL editor executes arbitrary queries with syntax highlighting,
autocompletion, history, and bookmarkable statements, including batch queries. Import/export
is a migration workhorse: read SQL, CSV, XML, and OpenDocument spreadsheets in; write out to
SQL dumps, CSV, JSON, XML, PDF, Word, LaTeX, and more - the fastest path for moving a
WordPress database or handing a schema to a colleague. The Designer view renders your schema
as an interactive ER diagram with drag-and-drop relationship editing, and data transformations
display BLOBs as images or download links inline. Server maintenance views surface
configuration suggestions. Multi-server support, dark mode, and translations into 72 languages
round out a tool that earns its ubiquity. GPL-licensed.
Deploy