I wonder what could be the best practise with froxlor to use multiple databases ... for explanation:
Both mailserver and the webserver have their seperate servers. Both have their own mysql-database.
- When a customer edits his email-addresses, froxlor should update this in the mail-mysqldb.
- If he's editing his subdomains, it should update this in the webserver-mysqldb.
Maybe I could copy lib/init.php to lib/init_mail.php, and setup new db-credentials there, and in every single froxlor-file that alters the mail-db I have to include lib/init_mail.php instead of lib/init.php , but that's maybe not the best solution...
How would you do that? Could that maybe possible in next versions of froxlor, to add a specific DB ?
Question
roothahn
Hi Guys,
I wonder what could be the best practise with froxlor to use multiple databases ... for explanation:
Both mailserver and the webserver have their seperate servers. Both have their own mysql-database.
- When a customer edits his email-addresses, froxlor should update this in the mail-mysqldb.
- If he's editing his subdomains, it should update this in the webserver-mysqldb.
Maybe I could copy lib/init.php to lib/init_mail.php, and setup new db-credentials there, and in every single froxlor-file that alters the mail-db I have to include lib/init_mail.php instead of lib/init.php , but that's maybe not the best solution...
How would you do that? Could that maybe possible in next versions of froxlor, to add a specific DB ?
That would be great
10 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.