MyEnv is an environment to run comfortably multiple MySQL instance on one server. You can run even multiple instances with the same binaries.
The concept behind this is to separate binaries from databases itself.
MyEnv bases on OFA which was adapted and improved by my former employer Trivadis. Their product is called TVD-BasEnv. MyEnv is not so comfortable yet but it is free and open.
Requirements
- Perl must be installed.
- A user where mysql runs on must exist.
How to install myenv
root > su - mysql mysql> mkdir -p myenv data etc log product source tmp mysql> wget http://www.shinguz.ch/MySQL/myenv.tgz …[Read more]