Skip to content

ProxySQL should populate default mysql-interfaces=0.0.0.0:6033 and pgsql-interfaces=0.0.0.0:6133 in global_variables when not defined in config #5189

@rahim-kanji

Description

@rahim-kanji

Description:

When starting a fresh ProxySQL instance, if the configuration file doesn’t specify pgsql-interfaces or mysql-interfaces, these values end up being empty in the global_variables table.

However, ProxySQL does load default values for these interfaces in runtime_global_variables.

Expected behavior:

ProxySQL should automatically set default values for pgsql-interfaces=0.0.0.0:6133 and mysql-interfaces=0.0.0.0:6033 in global_variables if they are not explicitly defined in the configuration file.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions