I have a mysql server for reviewsby.us that requires tunneling, and after establishing a tunnel like so:
deveshistan:~ dash* ssh user@host -L3307:database_server:3306
I thought I could just do this:
mysql -u mysql_user -P3307 -h localhost
But I was wrong, localhost should be 127.0.0.1, otherwise mysql will do things in socket mode:
mysql -u mysql_user -P3307 -h 127.0.0.1
Filed under programming. |
Tags: localhost && mysql
Email, in a lot of ways, is one of the most critical applications for me.
There was a point in my life where I made sure all my email was kept together indefinitely, but as time grew, so did this task.
For the longest time, I had my own hosted @davedash.com, @ftmax.com addresses. These were hosted [...]
Filed under spindrop. |
Tags: email && gmail && google