MySQL Forums
Forum List  »  Newbie

Can't Get inside MYSQL in terminal (macOS Mojave)
Posted by: Carlos Miende
Date: February 09, 2019 05:45PM

After I've installed MYSQL community version, I'm trying to get inside it via terminal.

I type the command mysql

cd /usr/local/mysql/bin/

Then I use

./mysql -u root
& I get the error:


ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

How do I get inside mysql? I've created a root password during the installation. Now why can't I get inside it? What am I doing wrong?

Options: ReplyQuote


Subject
Written By
Posted
Can't Get inside MYSQL in terminal (macOS Mojave)
February 09, 2019 05:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.