Jcrespo has uploaded a new change for review. https://gerrit.wikimedia.org/r/277199
Change subject: Add mysqlbinlog shortcut ...................................................................... Add mysqlbinlog shortcut Change-Id: Ie5ef2b1f5821f184895bb616ad52a0351205e5f9 --- M modules/admin/files/home/jynus/.bashrc 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/99/277199/1 diff --git a/modules/admin/files/home/jynus/.bashrc b/modules/admin/files/home/jynus/.bashrc index fb95dd8..d598b85 100644 --- a/modules/admin/files/home/jynus/.bashrc +++ b/modules/admin/files/home/jynus/.bashrc @@ -1,2 +1,3 @@ export PS1="\[\e[1;31m\]\u@\[\e[1;31m\]\h\[\e[0m\]:\[\033[01;34m\]\w\[\033[00m\]\$ " alias my='mysql --defaults-file=/root/.my.cnf' +alias mysqlbinlog='/opt/wmf-mariadb10/bin/mysqlbinlog --defaults-file=/root/.my.cnf' -- To view, visit https://gerrit.wikimedia.org/r/277199 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie5ef2b1f5821f184895bb616ad52a0351205e5f9 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
