Install invoice ninja v5 on mamp MacOS

Hello everyone,
I’m trying to install Self-hosted on localhost using mamp pro but get this error.

Please how to install on mamp pro with MySQL ?

The command "mysql  --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}" --database="${:LARAVEL_LOAD_DATABASE}" < "${:LARAVEL_LOAD_PATH}"" failed.

Exit Code: 127(Command not found)

Working directory: /Users/phenix/Sites/ninja/public

Output:
================


Error Output:
================
sh: mysql: command not found

Hi,

From the error it looks like mysql may need to be installed.