Search found 156 matches

by mampsupportmod
Wed Jan 20, 2021 3:40 am
Forum: MAMP - Official Guides
Topic: MAMP Pro php.ini Location (Latest)
Replies: 0
Views: 8017

MAMP Pro php.ini Location (Latest)

MAMP Pro stores the real php.ini configuration file (after you edit the template) in the following location.

Code: Select all

/Library/application support/appsolute/MAMP PRO/conf
You can quickly access this location by Go menu -> Go To Folder.
by mampsupportmod
Wed Jan 20, 2021 3:40 am
Forum: MAMP - Official Guides
Topic: MAMP Pro my.cnf Location (Latest)
Replies: 0
Views: 8046

MAMP Pro my.cnf Location (Latest)

MAMP Pro stores the real my.cnf configuration file (after you edit the template) for MySQL in the following location.

Code: Select all

/Applications/MAMP/tmp/mysql
You can quickly access this location by Go menu -> Go To Folder.
by mampsupportmod
Wed Jan 20, 2021 3:39 am
Forum: MAMP - Official Guides
Topic: MAMP Pro Database Location
Replies: 0
Views: 7909

MAMP Pro Database Location

MAMP Pro stores the raw MySQL database files in the following location:

Code: Select all

/Library/Application Support/appsolute/MAMP PRO/db/mysql
Note: It does not store databases in Users/Username/Library/Application Support/appsolute/MAMP PRO/db/mysql
by mampsupportmod
Wed Jan 20, 2021 3:38 am
Forum: MAMP - Official Guides
Topic: MAMP Pro: Generate Separate Apache Virtual Host Access Logs (Per Host Logs)
Replies: 0
Views: 8354

MAMP Pro: Generate Separate Apache Virtual Host Access Logs (Per Host Logs)

In order to create separate Apache access log or error log files per virtual host, you need to create a MAMP Virtual Host Iteration per HTTPD conf file. Follow the steps below. Create Separate Apache Access Log for MAMP [HTTP] Hosts 1. Go to MAMP Pro -> Edit Template -> Apache-> httpd.conf. 2. In yo...
by mampsupportmod
Wed Jan 20, 2021 3:37 am
Forum: MAMP - Official Guides
Topic: MAMP Pro: Disable IPv6 (Mac OS X)
Replies: 0
Views: 8232

MAMP Pro: Disable IPv6 (Mac OS X)

In order to disable IPV6 in MAMP Pro, you need to disable IPv6 in Mac OS X. 1. Open Terminal and type the following command using the name of your network connection to disable IPv6. Mac OS 10.7 - 10.11: networksetup -setv6off Wi-Fi Mac OS 10.10.3 - Current: networksetup -setv6off “Wi-Fi” 2. Verify ...
by mampsupportmod
Wed Jan 20, 2021 3:36 am
Forum: MAMP - Official Guides
Topic: MAMP Pro: Apache/MySQL/Nginx Start & Stop Scripts Location
Replies: 0
Views: 7666

MAMP Pro: Apache/MySQL/Nginx Start & Stop Scripts Location

MP Pro includes scripts that start or stop Apache, MySQL, and Nginx services. You can quickly use these scripts to start or stop your MAMP Pro services on the fly and avoid needing to launch the MAMP Pro application. Simply double-click a script (should launch in Terminal for Mac OS X) and wait for ...
by mampsupportmod
Wed Jan 20, 2021 3:35 am
Forum: MAMP - Official Guides
Topic: MAMP / MAMP Pro: Disable MySQL Strict Mode
Replies: 1
Views: 15195

MAMP / MAMP Pro: Disable MySQL Strict Mode

MySQL 'Strict Mode' is a new feature in 5.7. Strict mode controls how MySQL handles invalid or missing values in data-change statements such as INSERT or UPDATE. A value can be invalid for several reasons. For example, it might have the wrong data type for the column, or it might be out of range. A ...
by mampsupportmod
Wed Jan 20, 2021 3:34 am
Forum: MAMP - Official Guides
Topic: MAMP: Let's Encrypt Auto Renew SSL Crontab Job - Mac OS X
Replies: 0
Views: 7842

MAMP: Let's Encrypt Auto Renew SSL Crontab Job - Mac OS X

If you use Let's Encrypt SSL certificates for MAMP, you can create a crontab to automatically check your domains for SSL renewals. Below, we create a crontab that will check at 1:15am each morning. 1. Open Terminal. 2. Type sudo crontab -e 3. Hit "i" and then type 15 1 * * * /usr/local/bin...
by mampsupportmod
Wed Jan 20, 2021 3:31 am
Forum: MAMP - Feature Requests
Topic: Folder to organize hosts
Replies: 0
Views: 7670

Folder to organize hosts

It would be nice to have the same mac feature where you can organize your hosts inside folders. I'm just passing 40 hosts, from many different sources/clients, and is getting a bit messy in the windows version. When having to deal with a lot of names sorting is not as effective as folders, where i j...
by mampsupportmod
Wed Jan 20, 2021 3:31 am
Forum: MAMP - Feature Requests
Topic: MAMP Pro & MySQL 8.0?
Replies: 14
Views: 38064

MAMP Pro & MySQL 8.0?

I'm hearing MySQL 8.0 has dramatic performance increase. Hoping this becomes available in the next big release of MAMP Pro.