0
0

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 3 years have passed since last update.

UbuntuにMySQLインストール

Posted at

###環境
Ubuntu:18.04

コマンドライン

sudo apt update
sudo apt install mysql-server ←これでrootユーザーのパスワード設定
sudo mysql_secure_installation ←なんか色々聞かれる
sudo service mysql restart ←再起動しないとログインできない
mysql -u root ←パスワード入力

※なんか色々聞かれるとこの参考サイト
https://www.virment.com/how-to-install-mysql-ubuntu/

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?