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

[Mac High Sierra]HomebrewでインストールしたMySQLの自動起動設定

Last updated at Posted at 2018-07-06

ターミナルからbrew listで、MySQLがHomebrew経由でインストールされていることを確認。

$ brew list
apr		boost		git		jemalloc	libpq		mysql		php@7.0
apr-util	brotli		glib		jpeg		libsodium	nghttp2		php@7.1
argon2		c-ares		gmp		libev		libtool		openssl		unixodbc
aspell		freetds		httpd		libevent	libzip		pcre		webp
autoconf	freetype	icu4c		libffi		mcrypt		php
bash-completion	gettext		jansson		libpng		mhash		php@5.6

brew servicesコマンドでMySQLの起動を設定。

$ brew services start mysql
==> Successfully started `mysql` (label: homebrew.mxcl.mysql)
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?