Runnig mysql client using ssh
Hi
I want to run mysql client on other machine
I've setup the ssh keys
and trying the following command
ssh root@anothermachine mysql -uuser -ppass database<script.sql
but it hang and nothing happens
what is my problem
Regards
|