exec 3<>/dev/tcp/myhomesite.com/80
echo -e "GET / HTTP/1.1\nHost: myhomesite.com\n\n" >&3
cat <&3
Originally from:
http://thesmithfam.org/blog/2006/05/23/bash-socket-programming-with-devtcp-2/
exec 3<>/dev/tcp/myhomesite.com/80
echo -e "GET / HTTP/1.1\nHost: myhomesite.com\n\n" >&3
cat <&3
set-variable = innodb_buffer_pool_size=100M
set-variable = innodb_additional_mem_pool_size=10M
innodb_flush_log_at_trx_commit=1
slave_exec_mode = IDEMPOTENT
slave-skip-error = 1062