Hello,

I am trying to create a new database with the mysqladmin command in MAMP. I am in the terminal and I have navigated to

/Applications/MAMP/bin/mysql4/bin

and then I hit

sudo ./mysqladmin create databasename

and I get this message

error: 'Access denied for user: 'xxxxxxx@localhost' (Using password: NO)'

Is there something I can do to fix this?

Thanks in advance!