Skip to content
MAMP Documentation

WebStart

The MAMP WebStart page provides quick access to database tools, PHP information, and documentation.

MAMP - WebStart

phpInfo
Shows detailed information about the active PHP configuration.

MAMP - WebStart - phpInfo

phpMyAdmin
Web-based administration tool for MySQL databases. MAMP includes three versions of phpMyAdmin to support different PHP versions – the active version is chosen based on the current PHP version.

MAMP - WebStart - phpMyAdmin

Adminer
Lightweight web-based database administration tool, also written in PHP.

MAMP - WebStart - Adminer

phpLiteAdmin
Web-based administration tool for SQLite databases (SQLite3 and SQLite2).

MAMP - WebStart - phpLiteAdmin

APC
APC User Cache – a free, open-source opcode cache for PHP. Learn more.

MAMP - WebStart - Tools - APC

OPcache
Stores precompiled script bytecode in shared memory so PHP skips parsing on every request. Learn more.

MAMP - WebStart - Tools - OPCache

Documentation
Opens this documentation.
Bugbase
Report bugs or submit feature requests.

Several code examples show how to connect to MySQL and SQLite databases using PHP and Python.