MySQL Forums
Forum List  »  Install & Repo

installing mysql 8 on redhat 6.8
Posted by: daniel sasson
Date: May 09, 2021 02:04AM

Hello. i am new to mysql.
I installed mysql 8 using root user withe the following steps:
sudo yum install mysql-community-server
sudo service mysqld start

sudo service mysqld status -> OK

but, when i try to connect to db:
mysql

i get the error
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
pls help

Options: ReplyQuote


Subject
Written By
Posted
installing mysql 8 on redhat 6.8
May 09, 2021 02:04AM


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.