PHPMyAdmin


About

PHPMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. PHPMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. Being built more than 2 decades ago, it's able to boast one of the most comprehensive collections of documentation for DB administration software.

Use Cases

  • When you want additional language support for DB administration.
  • When you want a DB administration tool that's heavily documented with a large community.

Settings

Name Default Description
Port 8081 The port PHPMyAdmin will be accessible from on your local machine.
Max Execution Time 600 The number of seconds PHPMyAdmin processes are allowed to execute.
Memory Limit 256M The amount of memory allocated to processes ran by PHPMyAdmin.
Upload Limit 2G The memory limit when uploading/importing files.