やりたいこと
さくらのレンタルサーバ上のMySQLデータベースに、コマンドラインから接続したい。
手順
さくらのサーバコントロールパネルから接続情報を確認する。
Webサイト/データ から データベースへ移動する。
https://secure.sakura.ad.jp/rs/cp/sites/database/list#
接続情報が分かったら、レンタルサーバにログインし、以下コマンドを実行する。
mysql --host=mysql{記載されている番号}.db.sakura.ne.jp --user={記載されているユーザ名} --password={データベース作成時に設定したパスワード}
間違っていなければログイン成功となる。
Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is xxxxxxxxx Server version: x.x.x Copyright (c) , 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>