UPdate:2022.01.07
実現する機能
会社の財産は多くの場合データで、データは多くの場合、電算システムのデータベースサーバーに格納されています。ここでは、無料のデータベースサーバーの中から、MariaDBの導入手順を紹介します。
事前準備(下記サイトで確認のこと)
MariaDBの導入手順
GNOME端末でviコマンドを使う方法を理解しておくこと。以下の記述ではGNOME端末で表示された内容を表示しています。紫色はキーボードから入力するコマンド(コピペした方が楽ですが、コマンドは覚えられません)、緑はコマンドや処理内容の説明、白は自動表示する部分、赤は注意書きです。
(1)MariaDBのrepositoryの取得
以下の黒背景部分はGNOME端末を表示しています。紫色はキーボードから入力するコマンド(コピペした方が楽ですが、コマンドは覚えられません)、緑はコマンドや処理内容の説明、白は自動表示する部分、赤は注意書きです。
mo #mariadbのmodule listを確認 [root@eycwl8s4 ~]# dnf module list mariadb CentOS Stream 8 – AppStream Name Stream Profiles Summary mariadb 10.3 [d] client, galera, server [d] MariaDB Module mariadb 10.5 client, galera, server [d] MariaDB Module ヒント: [d]efault, [e]nabled, [x]disabled, [i]nstalled #mariadb 10.5のInstall 完了しました! #mariadb 10.5の自動起動設定 |
(2)MariaDBのSetup
#MariaDBのsetup [root@eycwl8s4 ~]# mysql_secure_installation 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 Setting the root password or using the unix_socket ensures that nobody You already have your root account protected, so you can safely answer ‘n’. You already have your root account protected, so you can safely answer ‘n’. Change the root password? [Y/n] y By default, a MariaDB installation has an anonymous user, allowing anyone Normally, root should only be allowed to connect from ‘localhost’. This By default, MariaDB comes with a database named ‘test’ that anyone can Reloading the privilege tables will ensure that all changes made so far Cleaning up… All done! If you’ve completed all of the above steps, your MariaDB Thanks for using MariaDB! #MariaDBの起動 Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement. #mariadb-server.cnfの編集 [client] #mariadb再起動 |
以上
コメントを残す