Page 2 of 2

Re: MAMP Pro & MySQL 8.0?

Posted: Thu Jan 04, 2024 10:43 am
by andytela
paurray wrote: Thu Nov 09, 2023 10:25 am Are there any “half way idiot proof” instructions online how to get PHP 8 + working with MAMP 6.8.1
I used brew to install it
https://blog.akasu.de/blog/mysql-8-or-m ... mp-pro-6-x

Set my MySQL port in MAMP to 3307 so theres no conflict
Then in your wp-config just use this

Code: Select all

define( 'DB_HOST', '127.0.0.1:3306' );

Re: MAMP Pro & MySQL 8.0?

Posted: Sun Feb 11, 2024 3:22 pm
by Chacapamac
How to use this for other CMS than WP, How to make it work with Joomla?

Re: MAMP Pro & MySQL 8.0?

Posted: Mon Feb 12, 2024 12:54 pm
by paurray
Thanks for posting this suggestion. Just saw it now. Will need to put my thinking cap and do some tinkering.

Also looking at the Joomla path!

Off the top of my head I guess that this workflow is just plugging MAMP into another MySQL data base management system that is not “managed/maintained” inside MAMP. And that once the connection has been made/re routed it should be business as usual inside MAMP just with a working up to date version of MySQL with Wordpress, Joomla what ever?

Re: MAMP Pro & MySQL 8.0?

Posted: Mon Feb 19, 2024 11:23 am
by Pixel
I am just moving over to Laravel Herd for local Server and DBEngin for local database.
https://herd.laravel.com/ + https://dbngin.com/

Both are free in the basic versions which should cover most of the needs if you want to develop for WP or Joomla locally. The setup is straightforward, even if a little less convenient, simply because mamp came with everything in one package.

There are tutorials on how to setup a simple environment with php + mysql + phpmyadmin. you should be ready to switch in 1 hours max.

Re: MAMP Pro & MySQL 8.0?

Posted: Mon Feb 26, 2024 9:23 am
by paurray
This really helped me


Really like Herd but still on the fence. Not really doing any of this on a pro level more like semi pro :D

Re: MAMP Pro & MySQL 8.0?

Posted: Sun Apr 21, 2024 5:42 pm
by jerome@64
andytela wrote: Thu Jan 04, 2024 10:43 am
paurray wrote: Thu Nov 09, 2023 10:25 am Are there any “half way idiot proof” instructions online how to get PHP 8 + working with MAMP 6.8.1
I used brew to install it
https://blog.akasu.de/blog/mysql-8-or-m ... mp-pro-6-x

Set my MySQL port in MAMP to 3307 so theres no conflict
Then in your wp-config just use this

Code: Select all

define( 'DB_HOST', '127.0.0.1:3306' );
Hi everyone,
I would like to install Moodle which requires the installation of MAMP...

I am looking for a solution to make MAMP work with mysql version 8.
I have just carried out the previous actions recommended by Andytela, but I cannot carry out this action :
"Then in your wp-config just use this

Code: Select all

define('DB_HOST', '127.0.0.1:3306');
"

or to you have a new solution ?
thank you for your help