Skip to content
MAMP PRO Documentation

WebStart

The default MAMP PRO WebStart page provides links to access utilities such as phpMyAdmin, phpInfo, SQLite Manager, phpLiteAdmin, FAQ, and the MAMP Website.


PHPInfo provides general information about your PHP interpreter, including which extensions are loaded.

The location of your php.ini file can be found through phpInfo. The php.ini file cannot be modified directly — changes must be made through the template file.

To access the phpInfo of each individual host see the Settings › Hosts › General section.


  • phpMyAdmin

    phpMyAdmin is a web based database administration tool. Your MAMP PRO instance of phpMyAdmin can be accessed through a link in the WebStart page. The source files for this instance of phpMyAdmin are located at C:\Users\Public\Documents\Appsolute\MAMPPRO\phpmyadmin.

  • SQLite Manager
    A link to your SQLite Manager.

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

  • OPCache
    OPcache improves PHP performance by storing precompiled script bytecode in shared memory, eliminating the need for PHP to load and parse scripts on every request.


Several examples show how to connect to the MySQL database using PHP, Python, Perl, and Ruby.