• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

mroonga/homebrew-mroonga: The homebrew formula for Mroonga.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

mroonga/homebrew-mroonga

开源软件地址:

https://github.com/mroonga/homebrew-mroonga

开源编程语言:

Ruby 90.8%

开源软件介绍:

The Homebrew formula for Mroonga

Type the following command to install Mroonga by Homebrew:

With MySQL 8.0:

$ brew tap mroonga/mroonga
$ brew install mroonga --with-homebrew-mysql

With MySQL 5.7:

$ brew tap mroonga/mroonga
$ brew install mroonga [email protected]

With MariaDB:

$ brew tap mroonga/mroonga
$ brew install mroonga --with-homebrew-mariadb

If you have an old formulae, please unlink to the old formulae version:

$ brew services stop [formulae]
$ brew unlink [formulae]
$ mv /usr/local/var/[formulae] /usr/local/var/[formulae_version]

If you want to use this formula with MySQL built by yourself instead of MySQL installed by Homebrew:

$ curl -O https://cdn.mysql.com//Downloads/MySQL-8.0/mysql-boost-8.0.26.tar.gz
$ tar xvzf mysql-boost-8.0.26.tar.gz
$ cd mysql-8.0.26
$ cmake -DCMAKE_INSTALL_PREFIX=$HOME/local/mysql-8.0.26
$ make -j$(/usr/sbin/sysctl -n hw.ncpu)
$ make install
$ cd ~/local/mysql-8.0.26
$ scripts/mysql_install_db
$ bin/mysqld_safe &
$ cd -
$ brew tap mroonga/mroonga
$ PATH="$HOME/local/mysql-8.0.26/bin:$PATH" brew install mroonga --with-mysql-source=$(pwd)

Use $(brew --prefix)/lib/plugin for plugin-dir:

$ echo plugin-dir=$(brew --prefix)/lib/plugin >> /usr/local/etc/my.cnf

Register Mroonga after you run mysqld:

$ mysql -u root < $(brew --prefix)/share/mroonga/install.sql



鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap