I have 4 servers with Ubuntu 9.04
I want to install mysql-cluster 5.1 but the package in the ubuntu repository doeas not have ndb binaries.
What is the beast way to install mysql 5.1 with ndb binaries in ubuntu 9.04
|
feedback
|
|
The mysql website offers non-RPM binaries of their cluster server: http://dev.mysql.com/downloads/cluster/7.0.html#Linux_(non_RPM_packages) I've used their pre-packaged binaries in the past and they seem to be pretty easy to use. They are about as easy to install as it gets without using a package manager. | |||
|
feedback
|
|
The Best Practice solution to this problem of "package X is not available (with the options I need) on my desired OS distribution" is: "Build it yourself and make a package for your desired OS distribution and document the process of doing so." Partial Reasoning:
| |||
|
feedback
|