1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

備忘録1:MZプラットフォームのためにMySQLをインストール

Last updated at Posted at 2018-02-12

#MySQLのダウンロード

#インストール

  • ダウンロードしたファイルをダブルクリックしてインストール開始
    • デフォルトのインストール先 /usr/local/mysql/
    • インストール後にrootのパスワードが表示されたのでスクリーンショットで保存

#設定

  • PATHを通す
  • パスワードの変更
    • [MySQL 5.7 をインストールしたら最初に行うセットアップ]
      (https://weblabo.oscasierra.net/mysql-57-init-setup/)
    • セキュアー・インストールを実行した
    • 初期パスワードの変更以外は,全てN(データベース管理の勉強のため)とした.

#起動確認

  • ターミナルを開いて起動
terminal
mysql -uroot -p
  • 無事にインストール完了を確認した.

#MZプラットフォームに必要な設定

  • (準備中)

#MZプラットフォームのページに戻る

#履歴

  • 2018.02.12 投稿
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?