Run MySQL query on remote machine through ssh in command line September 17, 2023 by Tarik Try this: mysql -h host -u root -proot -e "show databases;";