patrik
Verified User
- Joined
- Sep 6, 2006
- Messages
- 128
I would really love the feature to be able to offer different MySQL hosts for a DA user.
A pseudo mysql.conf:
Then when I user wants to add a database he/she is asked which host to use (in fact, which MySQL version to use).
We're currently offering PHP5 together with MySQL5.0 and PHP4 together with MySQL4.1 but with this feature we could have any mixture of PHP/MySQL for every customer without having to setup a machine with that particular combination. When MySQL5.1 becomes stable we could add a third host to offer this MySQL version without having to setup a new machine for it.
What do you think?
A pseudo mysql.conf:
Code:
host_1=mysql50.domain.tld
version_1="MySQL 5.0"
user_1=da_admin
passwd_1=password
host_2=mysql41.domain.tld
version_2="MySQL 4.1"
user_2=da_admin
passwd_2=password
We're currently offering PHP5 together with MySQL5.0 and PHP4 together with MySQL4.1 but with this feature we could have any mixture of PHP/MySQL for every customer without having to setup a machine with that particular combination. When MySQL5.1 becomes stable we could add a third host to offer this MySQL version without having to setup a new machine for it.
What do you think?