8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

cloud9でphpMyAdminをインストールして利用する

8
Last updated at Posted at 2016-02-08

前提

workspaceにMySQLがインストールされており、起動中であること。

手順

  1. インストールコマンドを実行する。
    $ phpmyadmin-ctl install

  2. インストールが実行され以下のログが出力されるので、URLとusernameを記録する。 ※usernameはcloud9のアカウントと同じ。

Starting installation
Starting MySQL
 * Starting MySQL database server mysqld
   ...done.

Configuring database
Starting apache
 * Restarting web server apache2
   ...done.

PHPMyAdmin Installation complete. You can log in at:
https://xxxx.c9users.io/phpmyadmin with the following username (and blank password):

       Username: hoge
8
5
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
8
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?