Default mysql port for MAMP is 8889, 8888 is used for apache.
Mysql connection from the command line also requires to specify non-standard port number
mysql -u root -p **** -P 8889