端末のリモートMySQLサーバにアクセスするには、MySQLクライアントをインストールする必要があります。 Homebrew経由でインストールするのは簡単です。お使いの端末内に自作の実行には、このコマンドをインストールするには
(より多くの自作に関する情報とインストールのために同社のウェブサイトに移動します):
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
MySQLクライアントがターミナルで次のコマンドを実行してインストールするには:お使いのブラウザでGearHostアカウントで
$ brew install mysql
Login。
- Databasesセクションをアカウントに追加します。
- ホスト(例:
mysqlx.gear.host
)、データベースのユーザー名とパスワードを探します。
端末でこのコマンドを実行すると、データベースにアクセスできます。 USER
をあなたのユーザ名に、mysqlx.gear.host
をあなたのホストに置き換えてください。 を入力した後にと入力すると、パスワードを尋ねるメッセージが表示されます。
$ mysql -u USER -h mysqlx.gear.host -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 3304987
Server version: 5.7.17-log MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
:
$ mysql -u USER -h mysqlx.gear.host -p
出力は次のようなものでなければなりません