Welcome Guest, Not a member yet? Register   Sign In
DatabaseException on CLI Migration: "No such file or directory"
#3

You can check the php command that you are using with the `which` command.

Code:
$ which php
/usr/local/opt/[email protected]/bin/php

and the $PATH determines which php. The first one will be used.

Code:
$ echo $PATH

So if you want to use the MAMP's php, you need to set the $PATH.
Reply


Messages In This Thread
RE: DatabaseException on CLI Migration: "No such file or directory" - by kenjis - 02-09-2024, 04:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB