LoginSignup
0
0

More than 3 years have passed since last update.

外部インスタンスからMySQLへの疎通を確認する。

Last updated at Posted at 2020-09-17

外部インスタンスで下記コマンドを実行します。

$ 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

疎通できているならこんな風になります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0