On 18/04/18 21:38, Ashu Desai wrote: > I did the following on my remote frontend: > > mysql -h backend_ip -D mythconverg -u mythtv -p How about: mysql -umythtv -pmythtv -h localhost mythconverg > > And it doesn't work. So then I try to do it on my backend - i can log in > fine. However, when i do the standard mysql command: >