Advertisement
Guest User

Untitled

a guest
Jan 9th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. LDFLAGS=” -lrt -ljemalloc -lstdc++ ”
  2. ./configure –prefix=/usr/soft/install/mysql
  3. –with-mysqld-user=mysql
  4. –with-plugins=partition,blackhole,csv,heap,innobase,myisam,myisammrg
  5. –with-charset=utf8
  6. –with-collation=utf8_general_ci
  7. –with-extra-charsets=gbk,gb2312,utf8,ascii
  8. –with-big-tables
  9. –with-fast-mutexes
  10. –with-zlib-dir=bundled
  11. –enable-assembler
  12. –enable-profiling
  13. –enable-local-infile
  14. –enable-thread-safe-client
  15. –with-readline
  16. –with-pthread
  17. –with-embedded-server
  18. –with-mysqld-ldflags=-all-static
  19. –without-query-cache
  20. –without-geometry
  21. –without-debug
  22. –without-ndb-debug
  23. make && make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement