Skip to content

Commit

Permalink
Merge pull request #761 from jochenmanz/feature/correct-mysqlx-socket
Browse files Browse the repository at this point in the history
feat: correct mysqlx socket location
  • Loading branch information
domenkozar committed Jul 28, 2023
2 parents 6568e7e + b821cc2 commit 7b3127f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/services/mysql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ in
{
MYSQL_HOME = config.env.DEVENV_STATE + "/mysql";
MYSQL_UNIX_PORT = config.env.DEVENV_STATE + "/mysql.sock";
MYSQLX_UNIX_PORT = config.env.DEVENV_STATE + "/mysqlx.sock";
}
// (optionalAttrs (hasAttrByPath [ "mysqld" "port" ] cfg.settings) {
MYSQL_TCP_PORT = toString cfg.settings.mysqld.port;
Expand Down

0 comments on commit 7b3127f

Please sign in to comment.