设有本地机器(local machine), ip地址为localip 远程机器(remote machine), ip地址remoteip 要通过在local machine的终端连接remote machine的mysql数据库,而且对数据库进行操作. 1.在local和remote均安装好mysql,安装方法參考还有一篇博客. 2.在本地ssh连接到远程host $ ssh remoteuser@remoteip 3.打开远程host的mysql.为local加入用户. $ mysql -…