考虑使用mysql机箱版本12.3.1的这个小程序: mysql::Pool::new("mysql://user@localhost:3306").expect("Could not connect to MySQL");Cargo.toml:name = "massiftest"
version = "0.1.0
我试图使用下面的Rust代码连接到EC2实例。Error { repr: Os { code: 2, message: "No such file or directory" } }
是否有人能够使用std::process::Command或任何其他Rust库来连接到使用PEM文件的EC2实例?我尝试使用ssh2-rs(libssh2),但无法连接到EC2实例。