Hi there,
Iam not able to access the percona xtradb cluster 8.0.27.
The user ‘prpxc
’ has all the privileges.
ProxySQLClient> show databases;
ERROR 1045 (28000): Access denied for user 'prpxc'@'ip-192-168-1-3(using password: YES).
Hi there,
Iam not able to access the percona xtradb cluster 8.0.27.
The user ‘prpxc
’ has all the privileges.
ProxySQLClient> show databases;
ERROR 1045 (28000): Access denied for user 'prpxc'@'ip-192-168-1-3(using password: YES).
Run this:
SHOW GRANTS FOR 'prpxc'@'ip-192-168-1-3';
and verify the permissions. There is a big difference between users with hostnames vs users with IP addresses.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.