Is there anything about MySQL that isn't broken?

Filed under: mysql rants 

Just 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?



2 comments Leave a comment