Difference between revisions of "MySQL Cluster"

From Teknologisk videncenter
Jump to: navigation, search
m
(External links)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Compare [[Media:Mysql-ha-scalability-en.a4.pdf|MySQL High Availability and Scalability configurations.]] (Loads PDF)
+
*Compare [[Media:Mysql-ha-scalability-en.a4.pdf|MySQL High Availability and Scalability configurations.]] (Loads PDF)
 +
*Linux [[Media:GetMySQLClusterRunning-LINUX.pdf|MySQL Cluster Quick Start for Linux]] (Loads PDF)
 +
*Windows [[Media:GetMySQLClusterRunning-Windows.pdf|MySQL Cluster - Not So - Quick Start for Linux]] (Loads PDF)
 +
* [[Media:Wp_cluster-carrier-grade_EvaluationGuide.pdf|MySQL Cluster-carrier-grade Evaluation Guide]] (Loads PDF)
 
=Ubuntu=
 
=Ubuntu=
 
<source lang=cli>
 
<source lang=cli>
Line 32: Line 35:
 
</source>
 
</source>
 
=External links=
 
=External links=
 +
*[http://dev.mysql.com/doc/mysql-ha-scalability/en/index.html MySQL HA/Scalability Guide]
 +
*[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 14:44, 26 January 2011

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

External links