Skip to content

feat: add dedicated read/write proxy users for ProxySQL #70

@renecannao

Description

@renecannao

Currently ProxySQL is configured with a single user (msandbox) for all traffic. For proper read/write split testing, configure:

  • msandbox_rw (R_READ_WRITE role) as the proxy user for write hostgroup (HG 0)
  • msandbox_ro (R_READ_ONLY role) as the proxy user for read hostgroup (HG 1)

These users already exist in the MySQL sandbox grants (grants8x.gotxt creates them). They just need to be added to ProxySQL's mysql_users config with the correct default_hostgroup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions