vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.71k stars 2.1k forks source link

Add support for receiving `mysql_server_bind_host` on `vttestserver` #17250

Open gmpify opened 6 days ago

gmpify commented 6 days ago

Description

When --mysql-server-bind-host is supplied to vttestserver, it is now forwarded up to mysqlctl and mysqlctld, and then finally added to my.cnf file. MySQL then respects the expected IP we want it to bind on.

Related Issue(s)

Part of https://github.com/vitessio/vitess/issues/16798

Checklist

Deployment Notes

vitess-bot[bot] commented 6 days ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility