Skip to content

Instantly share code, notes, and snippets.

View kccogito's full-sized avatar

Kingsley Chukwuemeka kccogito

View GitHub Profile
@kccogito
kccogito / php_mysql_mac_installation_mac.md
Last active December 23, 2022 08:28
Install PHP and MySQL on Mac Tutorial WITHOUT XAMPP OR MAMP PRO

HOW TO INSTALL PHP AND MYSQL THE RIGHT WAY FOR MAC USER

If you do not have php install already in your mac system use below command:

brew install php

then you can do which php

or