vitamin
2011-May-08 13:50 UTC
[Wine] Re: mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'loc
Romeo Petruca wrote:> wine mysql.exe -h localhost -u root -pFirst of all, why are you using windows' version or 'mysql' client and not native Linux version? Romeo Petruca wrote:> i got this error: > ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)Most likely it's trying to use pipe and fails of course. Add '--protocol=TCP' option.