外部インスタンスで下記コマンドを実行します。
$ mysqladmin ping -h xxx.xxx.xxx.xxx --port 3306 -u username -p
Enter password:
MySQLのusernameのパスワードを入力してEnter。(3306はdefaultポートです)
xxx.xxx.xxx.xxx
はMySQLインスタンスのIPです。
mysqld is alive
疎通できているならこんな風になります。
Go to list of users who liked
More than 3 years have passed since last update.
外部インスタンスで下記コマンドを実行します。
$ mysqladmin ping -h xxx.xxx.xxx.xxx --port 3306 -u username -p
Enter password:
MySQLのusernameのパスワードを入力してEnter。(3306はdefaultポートです)
xxx.xxx.xxx.xxx
はMySQLインスタンスのIPです。
mysqld is alive
疎通できているならこんな風になります。
Register as a new user and use Qiita more conveniently
Go to list of users who liked