MAMP Mysql in Terminal -


I have installed the MAMP on the MacBook Pro Leopard OS. Phpmyadmin is working fine, but I used to practice mysql terminal Or would like to use bash.

I have a problem with it.

When I use:

mysql -h localhost -us root-p "/" mysql -h localhost -us root "

... This returns the following error:

Error 1045 (28000): Access denied for user 'root' @ 'localhost' (using password: yes / no )

Please suggest any possible solution!.):

When you login with phpmyadmin, what is the credential / host is this login? - Fra Incinso Soto 2 hours ago


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -