So I did (debian):
apt-get install mysqtcl
Was happy finally having mysqltcl. Though it didnt last long. Once I try to connect to mysql i get:
Tcl error [sdt:chat]: mysqlconnect/db server: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
though the problem is have apache running with a site using mysql and it connect without a problem to mysql, BUT through socket:
/opt/lampp/var/mysql/mysql.sock
So, how to force mysqltcl to connect same ?
Im someone opposite to a tcl-guru, so forgive me.