I installed MAMP on my Mac and it installed everything needed such as Apache, MySQL and so on and I can use everything w/o any problem but when I try to say man mysql
to read manual on the Terminal, this is the error I receive:
No manual entry for mysql
I did some Google searches but haven't seen anything useful except for manpagez.com which is online documentation.
You can do mysql --help
to get all the help for mysql. Is there something specific that you want about man command that you can't do with mysql --help