
- #Mamp pro 2.2 how to
- #Mamp pro 2.2 mac os
- #Mamp pro 2.2 install
- #Mamp pro 2.2 update
- #Mamp pro 2.2 upgrade
#Mamp pro 2.2 update
I really like the new appearance of MAMP 4.1 it looks clean and smoother than the older version, I am glad I did update MAMP application. MAMP Preferences Set Web & MySQL ports to 80 & 3306 When things go well, you will be able to access your URL only with localhost/yourfile. I do not like the localhost:8888 on the URL, so what I did was, re-click the “Set Web & MySQL ports to 80 & 3306”. When MAMP 4.1 is running, I would click “Preferences” to alter my preferred preferences, because I notice, the new version DOES NOT keep my older version’s preferences, especially in “Ports” tab.

#Mamp pro 2.2 upgrade
Upgrade your MySQL Database Click “Upgrade” and “Done”.ģ. You’ll also be prompted to upgrade your older database. MAMP 4.1 app Mysqld Incoming Connection – AllowĢ. So go inside the “MAMP” folders (without the number) and double click MAMP.app, and depends on your security preference, it may ask you that “.mysqld to accept incoming network connections”, click “Allow”. MAMP folder without numbers is the newest MAMP Folder. Go to Applications, and you should see 2 folders MAMP and MAMP with numbers. MAMP 4.1 uses MySQL 5.6 After Installationġ. It will notice you that “MAMP / MAMP PRO 4.1 uses MySQL 5.6 as its default database server”. Choose “Customize” Uncheck MAMP ProĮnter your Mac password when it prompts you to and hit “ Enter” key.ĥ. Installation Type – when you are on this step, click on “ Customize” when you are in “ Installation Type” of the installation process and uncheck MAMP Pro checkbox. When I make changes the my nf file, those changes are not reflected in the nf file generated by MAMP PRO. Destination Select – Choose HDDĬhoose on which Hard Drive you want to install.

#Mamp pro 2.2 install
Destination Select – Select the location where you want to install it.

Read Me – very important, so please read.Ħ. MAMP pkg fileĭepends on your security preference you might be asked something like “this file is downloaded from the internet do you want to open it?Ĥ. When this post was written, the newest version was 4.1.Ģ.
#Mamp pro 2.2 how to
How To Update MAMPĪfter back up, you need to download MAMP newer version you like from their website, and install it on your machine as usual, I am logged in with Administrator right, so you will need to enter your Mac password later on.ġ. You can hold your ALT key while selecting the folders and drag then drop them to desktop to copy. MAMP 4.1 has newer PHP and MySQL, so consider this before you upgrade.ĭb is database folder and htdocs is where your website files are. The newest when this post is written is 4.1. While you have your app active or running go to the top bar of your Mac desktop.Ĭlick MAMP – About MAMP. To Find Out Which Version Your MAMP Hasīefore we begin, I will show you quick how you can check which version your app has. I am a typical curious person, even my older MAMP was not broken, works seamlessly, but I was too curious to see how the latest version of this app looks like.
#Mamp pro 2.2 mac os
For pro version, you can visit their official documentation.Īctually, I used MAMP server quite a long time ago, basically since I knew how to install WordPress locally on a Mac OS X. It should work with newest Mac OS version. So make a note that when you update MAMP (or if you toggle between PHP versions) you will need to reconfigure the sendmail_path in your you want to update MAMP and worry to loose your data like your localhost websites and database? Read along, I updated my MAMP a few days ago, using Yosemite Mac OS.

When MAMP updates are installed, they generally include updated versions of PHP, and configuration changes to the php.ini are usually lost. Using either of these in the sendmail config seemed to work in my use case, but I kept 1.0.0 in the config. My homebrew install contained both 0.2.1 and 1.0.0. To find the current version run $ brew info mailhog. Change value to below: sendmail_path = /usr/local/Cellar/mailhog/1.0.0/bin/MailHog sendmail MailHog version is 1.0.0. Search for sendmail_path in your php.ini, by default is is commented out, uncomment it. Lastly, we need to configure MAMP's PHP to use MailHog.Įdit the php.ini for the version of PHP you are using with MAMP.In MAMP: File > Edit Template > PHP (php.ini) > 7.1.8 (latest PHP MAMP includes at the time of writing this). Now you can access MailHog at it's default location, Open up terminal for the following steps. Install MailHog with MAMP Pro, using HomeBrew.įirst let's make sure HB is updated.
