We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have completed the installation, but when I want to connect to mysql, I encounter such an error.
[28000][1045] ProxySQL Error: Access denied for user 'mau'@'10.0.0.2' (using password: YES)
version: "3.8" networks: backend: volumes: backup-volume: services: consul: image: consul:1.9 networks: backend: aliases: - consul_cluster environment: - CONSUL_BIND_INTERFACE=eth0 command: agent -ui -data-dir /consul/data -server -client 0.0.0.0 -retry-join consul_cluster -bootstrap-expect=3 deploy: replicas: 3 endpoint_mode: dnsrr placement: max_replicas_per_node: 1 update_config: parallelism: 1 delay: 60s restart_policy: condition: on-failure ports: - target: 8500 published: 8500 protocol: tcp mode: host mysql: image: jnidzwetzki/mysql-ha-cloud:latest networks: backend: environment: - CONSUL_BIND_INTERFACE=eth1 - CONSUL_BOOTSTRAP_SERVER=consul_cluster - MINIO_ACCESS_KEY=minio - MINIO_SECRET_KEY=4SrSScTuXBmP#@uV5gnE4*M4% - MINIO_URL=http://10.20.0.9:9009 - MCM_BIND_INTERFACE=eth1 - MYSQL_ROOT_PASSWORD=1qazcde3 - MYSQL_BACKUP_USER=mbu - MYSQL_BACKUP_PASSWORD=1qazcde3 - MYSQL_REPLICATION_USER=mru - MYSQL_REPLICATION_PASSWORD=1qazcde3 - MYSQL_APPLICATION_USER=mau - MYSQL_APPLICATION_PASSWORD=1qazcde3 deploy: replicas: 3 placement: max_replicas_per_node: 1 update_config: parallelism: 1 delay: 60s restart_policy: condition: on-failure ports: - 6032:6032 - 3306:6033 minio: image: minio/minio:RELEASE.2020-10-18T21-54-12Z networks: backend: aliases: - minio_endpoint volumes: - backup-volume:/data ports: - 9009:9000 environment: - MINIO_ACCESS_KEY=minio - MINIO_SECRET_KEY=4SrSScTuXBmP#@uV5gnE4*M4% command: server /data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have completed the installation, but when I want to connect to mysql, I encounter such an error.
[28000][1045] ProxySQL Error: Access denied for user 'mau'@'10.0.0.2' (using password: YES)
The text was updated successfully, but these errors were encountered: