Search found 157 matches

by mampsupportmod
Wed Jan 20, 2021 4:12 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Error Code -3127 importing site from GODaddy
Replies: 0
Views: 5465

Error Code -3127 importing site from GODaddy

Mamp Error Code 3127
Mamp Error Code 3127 (45.37 KiB) Viewed 5465 times
Mamp Error Code 3120
Mamp Error Code 3120 (53.88 KiB) Viewed 5465 times
by mampsupportmod
Wed Jan 20, 2021 4:11 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: mysqld_safe A mysqld process already exists (MySQL Fails to Start/Stop)
Replies: 0
Views: 4513

mysqld_safe A mysqld process already exists (MySQL Fails to Start/Stop)

Does anyone else encounter MySQL becoming unresponsive in MAMP Pro? It shows it is stopped, but activity viewer still has a mysqld process running. MAMP Pro won't start MySQL until you force-quit the process in Activity Viewer. Very annoying and seems to happen when MySQL has been running a week or ...
by mampsupportmod
Wed Jan 20, 2021 4:11 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: MAMP PRO 6.0.1 - Enable HTTP2 using Apache
Replies: 1
Views: 4647

Re: MAMP PRO 6.0.1 - Enable HTTP2 using Apache

MAMP PRO Version 6 includes mod_http2 but HTTP2 is still not supported with Apache from what I can see. With the module on and including "Protocols h2 h2c http/1.1" in the config it still doesn't work and the reason is because Apache is using the mpm_prefork module as shown in the error lo...
by mampsupportmod
Wed Jan 20, 2021 4:10 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: MAMP PRO 6.0.1 - Enable HTTP2 using Apache
Replies: 1
Views: 4647

MAMP PRO 6.0.1 - Enable HTTP2 using Apache

I just installed the latest version of MAMP PRO 6.0.1 and want to configure one of my hosts to use the HTTP2 protocol and not HTTP/1.1. The 'http2_module' is enabled (by default). My host is using a SSL file. I'm accessing it on HTTPS. I've added 'Protocols h2c' to the 'Additional Parameters' sectio...
by mampsupportmod
Wed Jan 20, 2021 4:10 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: 500 Internal Server Error after MAMP upgrade from 5.5 to 6
Replies: 1
Views: 5988

Re: 500 Internal Server Error after MAMP upgrade from 5.5 to 6

When I was using PHP 7.4.9 CGI mode, I too got random 500 errors. However, I was only using this mode briefly. I switched back to module mode and it's been fine without 500 errors for over a month. My config is below memory_limit = 512M max_input_time = 300 max_execution_time = 300 I had the same is...
by mampsupportmod
Wed Jan 20, 2021 4:09 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: 500 Internal Server Error after MAMP upgrade from 5.5 to 6
Replies: 1
Views: 5988

500 Internal Server Error after MAMP upgrade from 5.5 to 6

Since upgrading from MAMP 5.5 to 6.0.1 I am having intermittent "Internal Server Error" responses with a 500 return code. These seem to be when the server has a lot of work to do so after clearing the cache for example or clearing the compiled content, when I refresh the same page then it ...
by mampsupportmod
Wed Jan 20, 2021 4:08 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: Error establishing a database connection again and again
Replies: 0
Views: 4208

Error establishing a database connection again and again

Hello I try to install WP on my PC with MAMP(did this before also) i think i do it right but I get again and again : Error establishing a database connection I did delete WP delete MAMP re install all make new databases look tutorials... etc etc and still error maybe a Windows10 security thing?
by mampsupportmod
Wed Jan 20, 2021 4:08 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: mySQL Version 8.xx on MAMP 6.0 with phpMyAdmin
Replies: 0
Views: 4618

mySQL Version 8.xx on MAMP 6.0 with phpMyAdmin

Hello, I would like to know if it is possible to use mySQL Version 8.xx. on MAMP 6.0 in connection with phpMyAdmin. I need a specific mySQL Function (RANK()) that is only available on mySQL Version 8.xx. It seems that I need to manually upgrade mySQL but how do I do that and how is it then also effe...
by mampsupportmod
Wed Jan 20, 2021 4:07 am
Forum: MAMP - General Discussion & Troubleshooting
Topic: MAMP 6.3 - PHP 8 is missing PHP GD module
Replies: 6
Views: 19401

MAMP 6.3 - PHP 8 is missing PHP GD module

MAMP 6.3 - PHP 8 is missing PHP GD module
by mampsupportmod
Wed Jan 20, 2021 4:07 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: 3709

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

The config like this below does work. Watch for spelling :)



1. Scroll down or find [client]. Beneath [client] add the following line: user = root

2. Scroll down or find [mysqld]. Beneath [mysqld] add the following line: user = root