-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Password kept in client but still getting Access denied to varoo@localhost
Expected Behavior:
rr should work and display table of users
Actual Behavior:
rr leads to the error
Enter password: ERROR 1045 (28000): Access denied for user 'varoo'@'localhost' (using password: YES)
my.cnf
[client]
user=varoo
password=varoo
[clientAnysuffix]
database=idkdatabase
idk.sql
-- --defaults-group-suffix=Anysuffix
-- -p
-- -t
--
SELECT * FROM USER;
Metadata
Metadata
Assignees
Labels
No labels