From 03d246e40603bf51bc393c571c2a2eaf11e4a162 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Tue, 14 Nov 2023 08:51:57 -0500 Subject: [PATCH] Updated MySQL hosts to current --- .config/tmuxinator/mysql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmuxinator/mysql.yml b/.config/tmuxinator/mysql.yml index 40f6b71..c87e630 100644 --- a/.config/tmuxinator/mysql.yml +++ b/.config/tmuxinator/mysql.yml @@ -43,6 +43,6 @@ root: ~/ # post: tmux -CC attach -t mysql windows: - - mariadb1: ssh root@mariadb1 - - mariadb2: ssh root@mariadb2 + - mysql1: ssh root@mysql1 + - mysql2: ssh root@mysql2