-
Import large database files to MySQL using Terminal with MAMP
/Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot DBNAME < /Users/robertannett/Downloads/DBFILENAME.sql
-
Simpler way of adding intl.so for CakePHP3 on OSX with Mamp
In a Nutshell we just need to do get the full binary package of PHP and install it on OSX, this version comes with intl.so, and we will copy it out of its install directory and drop it into our PHP version. Get & Install the Binary Package This website provides the packages so we […]
-
Setting up a Local Domain
MAMP Before attempting to setup a local domain ensure MAMP has the following setting: Ports Apache 80 Nginx 7888 MySQL 3306 Web Server Server Apache Document Root Applications/MAMP//htdocs (or personal preference) Local Domains Create the local URL you want to use Go to Macintosh HD/private/etc/hosts At the bottom add…. 127.0.0.1 example.ld Save file Ensure Virtual […]