Skip to content

Instantly share code, notes, and snippets.

[mysqld]
#bulk_insert_buffer_size=512M
# Allow external connections:
bind-address = 0.0.0.0
# only localhost
bind-address = 127.0.0.1
# or on mysql cli:
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
postgres -D /usr/local/var/postgres
yum -y groupinstall "MYSQL Database Client"
docker exec -it 8e0661344f83 bash
@LuisErnestoZamb
LuisErnestoZamb / gist:d930a1ce589cd09b4ed387bb81aeaa40
Last active July 27, 2016 13:07
installing nokogiri mac os
sudo gem install nokogiri -- --use-system-libraries=true --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2