LoginSignup
0
0

More than 3 years have passed since last update.

MySQLをローカル上にインストールできない。

Posted at

MySQLをローカル上にインストールできない

初めにMySQLをインストール
brew instal mysql
以下の様なエラーが発生

curl: (22) The requested URL returned error: 404
Error: Failed to download resource "openssl@1.1"
Download failed: https://ghcr.io/v2/homebrew/core/openssl%401.1-1.1.1k.big_sur.bottle.tar.gz

調べるとアップデートで解決するかもしれないと言うことで
ターミナルでHomebrewを先ずアップデート

% brew update
Already up-to-date.

再度インストール

% mysql --version
mysql  Ver 8.0.23 for osx10.16 on x86_64 (Homebrew)

成功 !

何かお気づきのことがありましたらアドバイスいただきたいです!よろしくお願いいたします!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0