Since I installed MySQL, it only allows me to connect like this:
/usr/local/mysql/bin/mysql -u user -p
I would like to know how I can connect in this other way:
mysql -u user -p.
Without having to specify the full path, because it's a bit awkward. Someone who knows what I should do to change the way to connect to MySQL.
I am on Mac OS, I have version 5.7.21.