Feb142008
Is there anything about MySQL that isn't broken?
Filed under: mysql rantsJust one more reminder why I refuse to use MySQL for anything:
$ ssh user@domain.com -L8888:localhost:3306
then, in another shell:
$ mysql --port=8888 --host=localhost somedatabase ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Why do people use this turd?







Mine does that fine. The socket file on my computer's MySQL installation is so far removed from normalcy even for local connections I use TCP/IP.