Skip to content

Instantly share code, notes, and snippets.

View janisblaus's full-sized avatar

Jānis Blaus janisblaus

  • Latvia, Riga
View GitHub Profile
#!/bin/bash
MyUSER="root" # USERNAME
MyPASS="parole" # PASSWORD
MyHOST="localhost" # Hostname
# Linux bin paths, change this if it can not be autodetected via which command
MYSQL="$(which mysql)"
MYSQLDUMP="$(which mysqldump)"
CHOWN="$(which chown)"