差分

ナビゲーションに移動 検索に移動

MacOSにMariaDBを入れる

492 バイト追加, 2020年5月19日 (火) 03:18
ページの作成:「homebrewからぶち込め。 <source lang="bash"> $ brew install mariadb ==> mariadb A "/etc/my.cnf" from another install may interfere with a Homebrew-built server…」
[[homebrew]]からぶち込め。
<source lang="bash">
$ 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
</source>

[[category: macOS]]
[[category: MariaDB]]

案内メニュー