前回の続きです。 rubyお勉強を続けます。 1. MariaDBのインストール 1.1 本体 こちらを参考にMariaDBを入れます。何も説明する事はないくらい簡単です。 [root@localhost share]# yum -y install mariadb-server mariadb .......... 完了しました! [root@localhost share]# yum -y install mariadb-devel.x86_64 .......... 完了しました! [root@localhost share]# systemctl start mariadb [root@localhost share]# systemctl enable mariadb .......... 8月 03 17:42:15 localhost.localdomain systemd[