Skip to content

Instantly share code, notes, and snippets.

@abarth500
Last active December 16, 2015 10:19
Show Gist options
  • Save abarth500/5419456 to your computer and use it in GitHub Desktop.
Save abarth500/5419456 to your computer and use it in GitHub Desktop.
[情報科学科実験I] mysqlの初期化とrootでのログイン
#データベースサーバ初期化
sudo mysql_secure_installation
#データベースのrootのパスワードを設定する
Set root password? [Y/n] 空エンター
New password: パスワード
Re-enter new password: パスワード確認
#この後の質問は全て空エンター
# ・・・
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment