Mamp Macos



  1. Mamp Mac Os
  2. Mamp Free For Mac Os
  3. Mamp Macos Wordpress
  4. Mac Os Catalina
  5. Mamp Macos Catalina
  6. Mamp Pro Download

MAMP is a free distribution package that makes it easy to install Apache Web Server, PHP, and MySQL on a Mac.

Installing MAMP on a Mac

  1. Open the downloaded file (e.g., MAMP_MAMP_PRO_4.5.pkg) and click through the installation wizard.
  2. Close the installation wizard.

Running MAMP on OSX

Mamp
  1. Note: This is the documentation for the outdated version 5 of MAMP (macOS) & MAMP PRO (macOS). The documentation for the current version can be found under https://documentation.mamp.info.
  2. A working MAMP installation (MAMP can be downloaded directly with the MAMP PRO installation package). Operating system: macOS Sierra 10.12 or later A user account that is part of the Admin Group.

To run MAMP...

MAMP is a free, local server environment that can be installed under macOS and Windows with just a few clicks. MAMP provides them with all the tools they need to run WordPress on their desktop PC for testing or development purposes, for example. With the help of our local DNS server NAMO, you can even easily test your projects on mobile devices.

  1. Navigate to Applications/MAMP in Finder and open MAMP.app
  2. Click Start Servers:
  3. The following page should open in your browser:
Macos

Class Files

  1. After downloading the class files, create a folder in htdocs named 'Webucator' and extract your class files in that folder.
  2. To test that your setup so far is correct, open your browser and navigate to http://localhost:8888/Webucator/ClassFiles/. You should get a listing like this:
  3. Click PHPBasics, then click Demos, and then HelloWorld.php. You should get a page that looks like this:

Mamp Mac Os

Setting the MySQL Password

The PHP files use 'pwdpwd' for the MySQL root password, while the default password used in MAMP is 'root'. In your browser, navigate to http://localhost:8888/phpmyadmin/.

Note: It is important to do these steps in the order specified.

Mamp Free For Mac Os

  1. Click the mysql database on the left.
  2. Click the SQL tab at the top.
  3. Enter the following in the textbox under Run SQL query/queries on database mysql:
  4. Click Go.
  5. You also need to update the password in /Applications/MAMP/bin/phpMyAdmin/config.inc.php. Open the file in your editor (e.g., Visual Studio Code) and change the password setting as show below to 'pwdpwd'.

Installing Northwind Database using MAMP

Mamp

We use the Northwind database in this class.

Mamp
  1. To install the Northwind database used in class, open your browser and navigate to http://localhost:8888/phpmyadmin.
  2. If it asks you to login, the username is 'root' and the password is 'pwdpwd'.
  3. On that page, click on the Import link under the Localhost heading. After, it should say 'Importing into the current server'.
  4. Browse to the Northwind-MySQL.sql file in your class files (/Applications/MAMP/htdocs/Webucator/ClassFiles/Northwind-MySQL.sql).
  5. Click the Go button on the bottom left of the page.
  6. You should get a Success message and Northwind should be added to your list of Databases.

One Final Test

Mamp Macos Wordpress

Point your browser to http://localhost:8888/Webucator/ClassFiles/ManagingData/Demos/EmployeeReport.php. If you see a page like this, you're all set:

And that's it

Mac Os Catalina

Happy Mac MAMPing!

Recommended Code Editor

Mamp Macos Catalina

Visual Studio Code (Download, Install, and Set up VS Code)

Mamp Pro Download

While you may use a different editor or IDE, Visual Studio Code is an excellent IDE to learn to code on. It provides a nice balance of power and simplicity and it is available on Windows and Mac.





Comments are closed.