Make the switch from MAMP to Docker: how to migrate existing web projects
Guide & examples for a successful transition for local web development on Mac.
Guide & examples for a successful transition for local web development on Mac.
With two simple commands in docker compose
How to change a datetime or date column in MySQL to default NULL.
[…]In order to export & import an SQL dump using MAMP on macOS, the following Terminal.app commands can be used with the “mysqldump” (export) & “mysql” (import) tools located in MAMP’s /bin/ folder: MAMP MySQL dump export Alternatively – in order to… Continue reading » “MySQL SQL-dump export & import with MAMP on macOS”
In this article I describe, how you can keep a MAMP installation with all web-project files & folders in-sync across multiple Macs with macOS.
Recently I struggled a little with un-publishing my public Wordpress Blog to a local MAMP environment, for local testing purposes, before I apply big changes (as it should be). There are actually some minor things to consider, so you can properly get your Wordpress installation running locally.
When you have installed MAMP (Mac Apache, MySQL, PHP) on your Mac, you may want to connect to it’s MySQL Server using the OS X Terminal.app. I describe here, how this can be achieved.