This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[client] | |
port = 3306 | |
socket = /var/run/mysqld/mysqld.sock | |
# This was formally known as [safe_mysqld]. Both versions are currently parsed. | |
[mysqld_safe] | |
socket = /var/run/mysqld/mysqld.sock | |
nice = 0 | |
syslog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# "Install" (I use that term loosely) | |
# | |
# - Paste the function below in your .bashrc / .profile / .zshrc / etc. | |
# | |
# Usage: find /usr/local -type [m|g] -name [KEYWORD] | |
# | |
# -type m : google maps search | |
# -type g : google search | |
# | |
# all other types pass through to find |