Member since
08-11-2017
9
Posts
0
Kudos Received
0
Solutions
10-12-2017
02:52 PM
@Warius Unnlauf mysql> SELECT User, Host, Password FROM mysql.user;
+------+------------+-------------------------------------------+
| User | Host | Password |
+------+------------+-------------------------------------------+
| root | localhost | |
| root | blueprint2 | |
| root | 127.0.0.1 | |
| root | ::1 | |
| hive | % | *4DF1D66463C18D44E3B001A8FB1BBFBEA13E27FC |
+------+------------+-------------------------------------------+ Reference: https://www.rosehosting.com/blog/mysql-show-users/
... View more
10-04-2018
07:28 PM
It's working fine now !! Thanks a lot But I don't know how it was working before even a shutdown and restarted the cluster many times but didn't face this issue before, any suggestion ??
... View more