13
6

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.

「brew services start mysql」と「mysql.server start」の違い

Last updated at Posted at 2020-04-25

brew services start mysql

Macの再起動後に自動的にSQLが再起動される

mysql.server start

Macの再起動後に自動的にSQLが再起動されない

####参考記事
・[brew services start mysql vs mysql.server start]
(https://stackoverflow.com/questions/49157541/brew-services-start-mysql-vs-mysql-server-start)
・[mysql - 「brew services start mysql」と「mysql.server start」の違い]
(https://ja.coder.work/so/mysql/468880)
・[Homebrew Servicesを使ってサービスを管理する]
(https://rcmdnk.com/blog/2016/04/25/computer-mac-homebrew/)
・[Mac に MySQL 5.7 を brew install して自動起動させる]
(https://www.d-wood.com/blog/2017/02/23_8835.html)

13
6
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
13
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?