Advertisement
niammuddin

tes mysql

Oct 2nd, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ./configure --prefix=/usr/local/sphinx
  2.  
  3. --with-mysql-includes=/usr/local/Cellar/mysql/8.0.12/include/mysql
  4. --with-mysql-libs=/usr/local/Cellar/mysql/8.0.12/lib
  5.  
  6.  
  7. ./configure
  8. brew install sphinx --prefix=/usr/local/sphinx --with-mysql-includes=/Applications/MAMP/Library/mysql/include --with-mysql-libs=/Applications/MAMP/Library/mysql/lib
  9.  
  10.  
  11.  
  12. ln -s /usr/local/sphinx/bin/indextool /usr/local/bin/indextool
  13. ln -s /usr/local/sphinx/bin/searchd /usr/local/bin/searchd
  14. ln -s /usr/local/sphinx/bin/spelldump /usr/local/bin/spelldump
  15. ln -s /usr/local/sphinx/bin/wordbreaker /usr/local/bin/wordbreaker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement