【Ubuntu18.04 Server & MariaDB】で【phpmyadmin】をインストールしてDBを管理する方法!

スポンサーリンク
037-PCスマホ等

前回立てたTV会議システム・・・

【Ubuntu + Openmeetings】 ですが・・・

ユーザーの追加のGUIが若干面倒なので・・・

直接DBからユーザーを追加しようと考えてみました。

【A5:SQL】での接続は・・・

DBでSQLを走らせるには【A5:SQL】がとても便利ですので・・・

これで接続を試みましたが・・・

結論から言うと失敗しました・・・

いろいろと悪戦苦闘しましたが・・・

【ソケットエラー 10061】が発生して接続できませんでした。

このエラーは【接続先のコンピュータによって拒否される場合】に出るそうで、ファイアーウオール【ufw】を削除してみたりしましたが、結局接続できませんでしたので、諦めました。

【ubuntu18.04とA5:SQL】は相性が悪そうです。

便利な【A5:SQL】についてはこちらの記事を!

【phpmyadmin】を直接サーバーに立てる

便利ツール【A5:SQL】では、MariaDBに接続できなかったので、【phpmyadmin】をサーバーに直接立てる事にしました。

【MariaDB】のセットアップをする

まずは【MariaDB】をセットアップします。

サーバーに接続し次のコマンドを入力します。

mysql_secure_installation

次のとおり【root】ノパスワードを設定するように促されるので設定します。

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we’ll need the current
password for the root user. If you’ve just installed MariaDB, and
you haven’t set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none):

次に【anoymous user】の削除するか聞かれますので【Y】を選択します。

By default, a MariaDB installation has an anonymous user, allowing anyone
to log into MariaDB without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.

Remove anonymous users? [Y/n]

次にリモートでの【root】接続を拒否するか聞かれるので【Y】を選択します。

Normally, root should only be allowed to connect from ‘localhost’. This
ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n]

次に【テストという名前のDB】を削除するか聞かれますので【Y】を選択します。

By default, MariaDB comes with a database named ‘test’ that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.

Remove test database and access to it? [Y/n]

最後に【テーブル】をリロードするか聞かれますので【Y】を選択します。

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n]

スポンサーリンク

とりあえずデータベースを確認します。

mysql

MariaDB [(none)]>show databases;

データベース一覧が表示されればOKです。

【phpmyadmin】をインストールする

次のコマンドを入力します。

apt install phpmyadmin

インストール中にパスワード等を聞かれますので適宜入力します。

ブログランキングにご協力ください!
ブログランキング・にほんブログ村へ

パスワードを入力します。

パスワードの入力を確認されます

【ubuntu 18.04 Server】の場合は【apache2】を選択します。

これで、インストールは完了です。

スポンサーリンク

接続してみる

実際に接続してみます。

次のとおりブラウザでアクセスします。

http://サーバーのIPアドレス/phpmyadmin

次の画面が表示されればOKです。

【openmeetings】の初期設定で設定したユーザーIDとパスワードでログインします。

左の画面のDBリストに【openmeetings】が表示されればOKです。

まとめ

DBの管理は【phpmyadmin】を使おう

インストールは簡単

ブログ開設に必要なドメイン取得、サーバーレンタル、ASPの登録等は、こちらのサイトから!

コメント

タイトルとURLをコピーしました