「MacOSにMariaDBを入れる」の版間の差分

提供: MonoBook
ナビゲーションに移動 検索に移動
(ページの作成:「homebrewからぶち込め。 <source lang="bash"> $ brew install mariadb ==> mariadb A "/etc/my.cnf" from another install may interfere with a Homebrew-built server…」)
(相違点なし)

2020年5月19日 (火) 03:18時点における版

homebrewからぶち込め。

$ brew install mariadb
==> mariadb
A "/etc/my.cnf" from another install may interfere with a Homebrew-built
server starting up correctly.

MySQL is configured to only allow connections from localhost by default

To have launchd start mariadb now and restart at login:
  brew services start mariadb
Or, if you don't want/need a background service you can just run:
  mysql.server start