Created on
08-10-2021
10:17 AM
- last edited on
08-10-2021
11:17 AM
by
ask_bill_brooks
getting error for access to mysql
1. [cloudera@quickstart ~]$ mysql -uroot -pcloudera
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
2. [cloudera@quickstart ~]$ mysql -uroot
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
3. [cloudera@quickstart ~]$ mysql -u root -p cloudera
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
in 3 step putting password as cloudera but it not works
Created 08-10-2021 10:25 AM
got the ans
[cloudera@quickstart ~]$ mysql -uroot -proot
Welcome to the MySQL monitor. Commands end with ; or \g.
Created 08-10-2021 10:25 AM
got the ans
[cloudera@quickstart ~]$ mysql -uroot -proot
Welcome to the MySQL monitor. Commands end with ; or \g.