Gentoo-Portage.com

Search Portage:
Login     Register     Language Tools

dev-db/mysql

A fast, multi-threaded, multi-user SQL database server.

Screenshots

  • mysql-5.0.56
    ~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.54
    alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.44-r2
    alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.44-r1
    alpha amd64 arm hppa ia64 ~ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.44
    alpha ~amd64 arm ~hppa ia64 ppc ~ppc64 s390 sh ~sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.42
    alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.40
    alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.38
    alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.34
    ~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.32
    ~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-5.0.26-r2
    ~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine max-idx-128 berkdb
    View      Download      License: GPL-2
  • mysql-4.1.23_alpha20070101-r61
    ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine raid berkdb
    View      Download      License: GPL-2
  • mysql-4.1.22-r1
    alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
    big-tables debug embedded minimal perl selinux ssl static latin1 cluster extraengine raid berkdb
    View      Download      License: GPL-2
  • mysql-4.0.27-r1
    alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86
    big-tables debug embedded minimal perl selinux ssl static raid berkdb
    View      Download      License: GPL-2
  • mysql-3.23.58-r1
    alpha hppa ppc sparc x86
    berkdb debug innodb perl readline ssl static tcpd
    View      Download      License: GPL-2

USE Flags

big-tables
Global: Make tables contain up to 1.844E+19 rows
Local: Make tables contain up to 1.844E+19 rows
debug
Global: Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
embedded
Global: Build embedded server (libmysqld)
Local: Build embedded server (libmysqld)
minimal
Global: Install a very minimal build (disables, for example, plugins, fonts, most drivers, non-critical features)
Local: Install client programs only, no server
perl
Global: Adds support/bindings for the Perl language
selinux
Global: !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
ssl
Global: Adds support for Secure Socket Layer connections
static
Global: !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
latin1
Global: Use LATIN1 encoding instead of UTF8.
Local: Use LATIN1 encoding instead of UTF8.
cluster
Global: Add support for NDB clustering.
Local: Add support for NDB clustering.
extraengine
Global: Add support for alternative storage engines.
Local: Add support for alternative storage engines.
max-idx-128
Global: Raise the max index per table limit from 64 to 128
Local: Raise the max index per table limit from 64 to 128
berkdb
Global: Adds support for sys-libs/db (Berkeley DB for MySQL)
raid
Global: deprecated option, removed in the 5.0 series
Local: deprecated option, removed in the 5.0 series
innodb
Global: Adds innodb support for mySQL (transaction support)
readline
Global: Enables support for libreadline, a GNU line-editing library that almost everyone wants
tcpd
Global: Adds support for TCP wrappers