M
M
MultiGramen2021-01-05 22:47:53
Command line
MultiGramen, 2021-01-05 22:47:53

How to connect to MAMP database via console in macOS?

On a remote server, I always connect using the ssh command mysql -uuser -p
But when I connect to localhost, I get an error:

zsh: command not found: mysql


Is it possible to connect to the database without phpMyAdmin?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2021-01-05
@MultiGramen

because there is no such command in standard paths.
either use the full path, or create an alias, or add mump to $PATH .
https://dev.to/arbaoui_mehdi/how-to-access-the-mys...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question