Difference between revisions of "MySQL Cluster"
From Teknologisk videncenter
m |
(→External links) |
||
(One intermediate revision by the same user not shown) | |||
Line 37: | Line 37: | ||
*[http://dev.mysql.com/doc/mysql-ha-scalability/en/index.html MySQL HA/Scalability Guide] | *[http://dev.mysql.com/doc/mysql-ha-scalability/en/index.html MySQL HA/Scalability Guide] | ||
*[http://www.mysql.com/products/cluster/ MySQL Cluster] | *[http://www.mysql.com/products/cluster/ MySQL Cluster] | ||
+ | *[http://dev.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html MySQL Cluster for Two Web Servers] | ||
{{Source cli}} | {{Source cli}} | ||
[[Category:Mysql]][[Category:Ubuntu]] | [[Category:Mysql]][[Category:Ubuntu]] |
Latest revision as of 13:44, 26 January 2011
- Compare MySQL High Availability and Scalability configurations. (Loads PDF)
- Linux MySQL Cluster Quick Start for Linux (Loads PDF)
- Windows MySQL Cluster - Not So - Quick Start for Linux (Loads PDF)
- MySQL Cluster-carrier-grade Evaluation Guide (Loads PDF)
Ubuntu
heth@MachoGPU:~$ <input>aptitude show mysql-cluster-server-5.1</input>
Package: mysql-cluster-server-5.1
State: not installed
Version: 7.0.9-1ubuntu10
Priority: optional
Section: universe/misc
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uncompressed Size: 69,2M
Depends: perl (>= 5.6), libc6 (>= 2.7), libgcc1 (>= 1:4.1.1), libncurses5 (>=
5.7+20100313), libreadline6 (>= 6.0), libstdc++6 (>= 4.1.1), libwrap0
(>= 7.6-4~), mysql-cluster-client-5.1, zlib1g (>= 1:1.1.4), debconf (>=
0.5) | debconf-2.0, dpkg (>= 1.15.4) | install-info, psmisc, passwd,
lsb-base (>= 3.0-10)
PreDepends: mysql-common, adduser (>= 3.40), debconf
Recommends: mailx, libhtml-template-perl
Suggests: tinyca
Conflicts: mysql-server (< 7.0.9-1ubuntu10), mysql-server-5.1
Replaces: mysql-server (< 7.0.9-1ubuntu10), mysql-server-5.0
Provides: mysql-server, virtual-mysql-server
Description: MySQL database server binaries
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and ease
of use.
This package includes the server and ndb-cluster binaries.
Homepage: http://dev.mysql.com