Alla fine sono riuscito abilitando l'accesso con TCP/IP (bisogna modificare il file my.cnf). Adesso ho un altro problema di amministrazione con MYSQL server e cioè: sto cercando un tool grafico e ho trovato Acquastudio che usa MySQL JDBC driver per connettersi. Il driver ha bisogno che l'utente che accede abbia i privilegi per cui con PhpMyAdmin ne ho creato uno e gli ho dato tutti i privilegi (lavoro in locale per cui non mi preoccupo molto se sia sicuro o meno perché tanto ci sono solo io).Quando però cerco di accedere al db Acquastudio mi dice che
... Host 'localhost:localdomain' is not allowed to connect to this MYSQL Server
Nella mailing list (inglese ovvio) del software mi hanno detto:
All you need to do is give your user access to your database from the host you are connecting from. Also, if you are connecting from the localhost and you are logged in as the user that you are going to connect with then you might be able to just leave the password blank and I believe MySQL will do authentication for you.
Non sapendo granché l'inglese non ho capito cosa biosgna esattamente che faccia. Qualcuno magari ha avuto un problema analogo e mi può dare una dritta ? Grazie mille