AWS Cloud9(Linux2) php7.4 にmysqlをインストールしたいのですがうまくできません…
こちらのサイトhttps://qiita.com/miriwo/items/eb09c065ee9bb7e8fe06を見てそのままの手順で行いました。
しかし、sudo service mysqld start
をターミナルから入力すると、
Redirecting
1Failed to start mysqld.service: Unit not found.
と出てしまいます。
mysql --version
を入力しても、bash: mysql: command not found
と出ます。
以下、サイトを参考にコマンドを打った際に出たメッセージです。
①$ sudo yum update
を入力
→色々と出てきましたが、最後に「Complete」と出、特にエラーらしきものはありませんでした。
②sudo yum remove mariadb-libs
でmarinadbをアンインストール
→前に色々試した段階ですでにアンインストールしてあるので、
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
No Match for argument: mariadb-libs
No Packages marked for removal
と出ました。ので、アンインストールはされています。
③sudo yum localinstall https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
でmysqlのリポジトリを追加
→以下のメッセージが出ました。
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
mysql80-community-release-el7-3.noarch.rpm | 25 kB 00:00:00
Examining /var/tmp/yum-root-rbmIGL/mysql80-community-release-el7-3.noarch.rpm: mysql80-community-release-el7-3.noarch
/var/tmp/yum-root-rbmIGL/mysql80-community-release-el7-3.noarch.rpm: does not update installed package.
Nothing to do
④$ sudo yum install --enablerepo=mysql80-community mysql-community-server
でmysqlに必要なパッケージを取得する。
→パッケージ名が出た後、以下のようなメッセージが出ました。(ここがエラーでしょうか・・?)
Install 1 Package (+4 Dependent packages)
Total size: 563 M
Installed size: 2.6 G
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction check error:
file /etc/my.cnf from install of mysql-community-server-8.0.22-1.el7.x86_64 conflicts with file from package mariadb-config-3:10.2.10-2.amzn2.0.3.x86_64
Error Summary
ーーー
⑤$ sudo yum install --enablerepo=mysql80-community mysql-community-devel
でMySQLに必要なパッケージ(mysql-community-devel)を取得
→以下のメッセージが出ました。Completeと出たので大丈夫かと思いましたが、、
Downloading packages:
mysql-community-devel-8.0.22-1.el7.x86_64.rpm | 8.1 MB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : mysql-community-common-8.0.22-1.el7.x86_64 1/4
Installing : mysql-community-client-plugins-8.0.22-1.el7.x86_64 2/4
Installing : mysql-community-libs-8.0.22-1.el7.x86_64 3/4
Installing : mysql-community-devel-8.0.22-1.el7.x86_64 4/4
Verifying : mysql-community-libs-8.0.22-1.el7.x86_64 1/4
Verifying : mysql-community-devel-8.0.22-1.el7.x86_64 2/4
Verifying : mysql-community-client-plugins-8.0.22-1.el7.x86_64 3/4
Verifying : mysql-community-common-8.0.22-1.el7.x86_64 4/4
Installed:
mysql-community-devel.x86_64 0:8.0.22-1.el7
Dependency Installed:
mysql-community-client-plugins.x86_64 0:8.0.22-1.el7 mysql-community-common.x86_64 0:8.0.22-1.el7 mysql-community-libs.x86_64 0:8.0.22-1.el7
Complete!
⑥サイトの記述に沿って、$ yum list installed | grep mysql
を出してみました。
→以下になりました。
mysql-community-client-plugins.x86_64 8.0.22-1.el7 @mysql80-community
mysql-community-common.x86_64 8.0.22-1.el7 @mysql80-community
mysql-community-devel.x86_64 8.0.22-1.el7 @mysql80-community
mysql-community-libs.x86_64 8.0.22-1.el7 @mysql80-community
mysql80-community-release.noarch el7-3 @mysql80-community
php-mysqlnd.x86_64 7.2.24-1.amzn2.0.1 @amzn2extra-lamp-mariadb10.2-php7.2
ここまで行きましたが、冒頭のようなエラーとなってしまい、mysqlが起動しません。
アドバイスいただけますと幸いです。何卒よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/06 13:10
2021/01/06 13:17
2021/01/06 13:30
2021/01/06 13:39