「インストール - MariaDB(Raspberry Pi)」の版間の差分

📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

ページの作成:「== 概要 == <br><br> == MariaDBのインストール == 以下のコマンドを入力して実行する。<br> sudo apt-get install mariadb-client mariadb-server <br>…」
 
Wiki がページ「MariaDBのインストール方法(Raspberry Pi)」を「インストール - MariaDB(Raspberry Pi)」に、リダイレクトを残さずに移動しました
 
(同じ利用者による、間の1版が非表示)
17行目: 17行目:
  以下、説明を読みながら設定する
  以下、説明を読みながら設定する
  Enter current password for root (enter for none):  ← Enterキーを押下
  Enter current password for root (enter for none):  ← Enterキーを押下
  Change the root password? [Y/n] y                  ←yキーを押下
  Change the root password? [Y/n] y                  ←  yキーを押下
  Remove anonymous users? [Y/n] y                    ←yキーを押下
  Remove anonymous users? [Y/n] y                    ←  yキーを押下
  Disallow root login remotely? [Y/n] y              ←yキーを押下
  Disallow root login remotely? [Y/n] y              ←  yキーを押下
  Remove test database and access to it? [Y/n] y      ←yキーを押下
  Remove test database and access to it? [Y/n] y      ←  yキーを押下
  Reload privilege tables now? [Y/n] y                ←yキーを押下
  Reload privilege tables now? [Y/n] y                ←  yキーを押下
  Thanks for using MySQL  
  Thanks for using MySQL  
<br><br>
<br><br>