kezhenxu94 / kezhenxu94/vim-mysql-plugin

Access Denied

Open
#13 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
22
Forks
5
PR merge metrics
No merged PRs in 30d

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;
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the rr entry point and compare the credentials and group-suffix settings in my.cnf with the command content in idk.sql. Reproduce the MySQL 1045 error, then verify that rr uses the configured password and successfully displays the users table.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, vim
Domain
databases, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.