Search

WebStart

The default MAMP WebStart page provides links to access utilities such as phpInfo, phpMyAdmin, Adminder, phpLiteAdmin and the MAMP website.

MAMP - WebStart

Tools

  • phpInfo
    phpInfo shows you information about PHP configuration.

    MAMP - WebStart - phpInfo

  • phpMyAdmin
    phpMyAdmin is a web-based database administration tool written in PHP.

    MAMP - WebStart - phpMyAdmin

  • Adminer
    Adminer is a web-based database administration tool written in PHP.

    MAMP - WebStart - Adminer

  • phpLiteAdmin
    phpLiteAdmin is a web-based SQLite database administration tool written in PHP with support for SQLite3 and SQLite2.

    MAMP - WebStart - phpLiteAdmin

  • APCu
    The APC User Cache is a free and open opcode cache for PHP. You can learn more about APCu here.

    MAMP - WebStart - Tools - APCu

  • OPCache
    OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. You can learn more about OPcache here.

    MAMP - WebStart - Tools - OPCache

Help

  • Documentation
    A click on this menu item opens the documentation for MAMP.

  • Screencasts
    A click on this menu item opens our channel on YouTube. There you will find numerous screencasts about MAMP.

  • Bugbase
    A click on this menu entry takes you to the bugbase. If you have found a bug in the software, you can enter it there and we will fix it as soon as possible. Of course you can also enter suggestions for improvement or wishes there.

Examples

Several examples show how to connect to the databases (MySQL, SQLite) using PHP and Python. Examples for the connection to SQLite are available in PHP.