Search found 157 matches

by mampsupportmod
Wed Jan 20, 2021 4:06 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: MAMP Pro v6.0.1 MySQL, receive: Fatal error: Please read "Security" section of the manual to find out how to run mysqld
Replies: 1
Views: 3690

MAMP Pro v6.0.1 MySQL, receive: Fatal error: Please read "Security" section of the manual to find out how to run mysqld

I am running MAMP Pro 6.0.1 on macOS 10.15.7. I have 28 MySQL databases setup and configured that were working prior. Now, when I attempt to start mySQL I continue getting mysql_error log: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! Abor...
by mampsupportmod
Wed Jan 20, 2021 4:06 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Make sure you have cURL enabled on your remote server. (Error: 902)
Replies: 2
Views: 5411

Make sure you have cURL enabled on your remote server. (Error: 902)

The cURL is functioning according to my web hosting company, however I still get an error message when I try to import a wordpress site from a live server."Invalid response. "Make sure you have cURL enabled on your remote server. (Error: 902)" "Error code: -3119" I'm using v...
by mampsupportmod
Wed Jan 20, 2021 3:47 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: [alert] (24)Too many open files: mod_wsgi (pid=240): Couldn't create unix domain socket.
Replies: 0
Views: 4364

[alert] (24)Too many open files: mod_wsgi (pid=240): Couldn't create unix domain socket.

Since I increased the max open files limits in macOS 10.14, whenever MAMP Pro starts after a reboot Apache hangs. It opens dozens of httpd processes that are seemingly doing nothing in Activity Monitor. I am forced to wait minutes before Apache is able to Force Quit in MAMP and then Apache starts no...
by mampsupportmod
Wed Jan 20, 2021 3:46 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: [Warning] File Descriptor 1032 exceeded FD_SETSIZE=1024
Replies: 0
Views: 12351

[Warning] File Descriptor 1032 exceeded FD_SETSIZE=1024

Saw a bunch of these errors in mysql_error.log and then MySQL died. I saw it's potentially a bug in 5.7 here and it's fixed in version 8. I also saw some posts that Mac OS X has too many open files and you may need to raise the file descriptor limits here and here and a restart is required. Not sure...
by mampsupportmod
Wed Jan 20, 2021 3:45 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Something starting another httpd processing owned by _www (macOS) prevents Apache starting
Replies: 0
Views: 3828

Something starting another httpd processing owned by _www (macOS) prevents Apache starting

Somehow the built-in version of macOS Apache was starting on boot which was conflicting with MAMP's Apache (specifically, the ports each Apache process was running on). I had to manually unload Mac's built-in Apache:

Code: Select all

sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
by mampsupportmod
Wed Jan 20, 2021 3:43 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: MAMP 6.0.1 (29793) PHP Startup: Unable to load dynamic library 'pgsql.so'
Replies: 2
Views: 20857

MAMP 6.0.1 (29793) PHP Startup: Unable to load dynamic library 'pgsql.so'

Upgrded this week from MAMP/MAMP Pro 5.7.x to MAMP 6.0.1. Since then I've been seeing the following in my /Applications/MAMP/logs/php_error.log I've tried reinstalling the PHP 7.4.9 version. No luck. I'm not even using this PHP version. I'm using PHP 7.4.10 as my default versions and this is used by...
by mampsupportmod
Wed Jan 20, 2021 3:42 am
Forum: MAMP - Official Guides
Topic: MAMP: Connect to MySQL via Command Line - Mac OS X
Replies: 0
Views: 8649

MAMP: Connect to MySQL via Command Line - Mac OS X

1. Start MySQL in MAMP.

2. In Mac OS X Terminal, type the following command.

Code: Select all

/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot
by mampsupportmod
Wed Jan 20, 2021 3:42 am
Forum: MAMP - Official Guides
Topic: MAMP: Connect to phpMyAdmin
Replies: 0
Views: 8532

MAMP: Connect to phpMyAdmin

1. Start MAMP Apache and MySQL.

2. In a web browser, browse to http://localhost/phpMyAdmin/ or http://localhost/phpMyAdmin/?lang=en

...

3. Or, Click WebStart in MAMP.

4. Then click the phpMyAdmin link.
by mampsupportmod
Wed Jan 20, 2021 3:41 am
Forum: MAMP - Official Guides
Topic: MAMP: Default MySQL Password
Replies: 0
Views: 8743

MAMP: Default MySQL Password

The default password / username for MySQL in MAMP is root / root.
by mampsupportmod
Wed Jan 20, 2021 3:41 am
Forum: MAMP - Official Guides
Topic: MAMP: Default phpMyAdmin Password
Replies: 0
Views: 8392

MAMP: Default phpMyAdmin Password

The default password / username for phpMyAdmin in MAMP is root / root.