Skip to content

Instantly share code, notes, and snippets.

@alphaolomi
Created September 20, 2019 07:41
Show Gist options
  • Save alphaolomi/77734455d2218d1679ba61f8c6c12a19 to your computer and use it in GitHub Desktop.
Save alphaolomi/77734455d2218d1679ba61f8c6c12a19 to your computer and use it in GitHub Desktop.
Linux Quick Commands

Linux Quick Commands

Add mysql to your PATH

# Current Session
export PATH=${PATH}:/usr/local/mysql/bin

# Permanantly
echo 'export PATH="/usr/local/mysql/bin:$PATH"' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment