Skip to content

Instantly share code, notes, and snippets.

@valerio-bozzolan
Last active July 26, 2020 16:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save valerio-bozzolan/b10199e2e2f835b7ca9a to your computer and use it in GitHub Desktop.
Save valerio-bozzolan/b10199e2e2f835b7ca9a to your computer and use it in GitHub Desktop.
Debian GNU/Linux MySQL-MariaDB autologin
#!/bin/bash
########################################
# MySQL | MariaDB autologin
########################################
# Put in your .bashrc
alias mysql='mysql --defaults-file=/etc/mysql/debian.cnf'
alias mysqldump='mysqldump --defaults-file=/etc/mysql/debian.cnf'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment