[CONC-541] Access denied for user 'root'@'local Created: 2021-04-06 Updated: 2021-04-06 Resolved: 2021-04-06 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | George Gudgeon | Assignee: | Georg Richter |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Mac Big Sur |
||
| Description |
|
Hello, I'm getting this message during the installation:
I press enter and get that error, but I don't know/haven't set a password |
| Comments |
| Comment by Georg Richter [ 2021-04-06 ] |
|
If you connect as user "root@localhost" you need to that as root or execute the command via sudo, since by default authentication via unix_socket plugin is used. For more details please check https://mariadb.com/kb/en/authentication-plugin-unix-socket/ |