小さい頃はエラ呼吸

いつのまにやら肺で呼吸をしています。


さくらのレンタルサーバにSSHで接続する

さくらのレンタルサーバにSSHで接続する

さくらインターネットのレンタルサーバにSSHで接続するには、ターミナルから以下のコマンドを発行します。

ssh ユーザID@ユーザID.sakura.ne.jp
>Are you sure you want to continue connecting (yes/no)? yes

>FreeBSD 9.1-RELEASE-p15 (SAKURA17) #1: Wed Jun 11 02:25:45 JST 2014
>Welcome to FreeBSD!
MySQLにログインする

MySQLにコマンドラインからログインするには、以下のコマンドでログインできます。

mysql -u ユーザID -h mysqlxxx.db.sakura.ne.jp -p
>パスワード入力

>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>