I've spent some time searching through older posts on the forums here, but the only relevant thread I can find, at http://www.directadmin.com/forum/showthread.php?threadid=299&highlight=remote+mysql, is dated July 31 2003, so I'm hoping that perhaps a newer answer is available.
Is it yet possible to use a remote MySQL server for accounts created on/managed by a DirectAdmin installation? We run a dedicated database server for many of our accounts on a cPanel box and we'd love to do the same on the DirectAdmin box; the performance increase for hosted accounts is dramatic once MySQL is offloaded.
According to the thread I referenced above, the answer was "no" back in July; my fingers are crossed that maybe that's changed now?
If it has not, I'm aware of alternatives, including just manually moving databases that run lots of "long queries" or take lots of hits per hour over to our dedicated DB server, but the downsides to this include the loss of DirectAdmin control of the database(s) for the affected user, and less accurate (and more difficult to manage) disk usage monitoring and limiting.
I don't mind developing something that can help DirectAdmin manage a remote MySQL database (like an API to get or set quota information, wrap phpMyAdmin so it knows to hit a remote server, etc.) but could use some pointers as to where to start. Does anyone have any pointers or thoughts about this kind of thing?
Thanks in advance!
Is it yet possible to use a remote MySQL server for accounts created on/managed by a DirectAdmin installation? We run a dedicated database server for many of our accounts on a cPanel box and we'd love to do the same on the DirectAdmin box; the performance increase for hosted accounts is dramatic once MySQL is offloaded.
According to the thread I referenced above, the answer was "no" back in July; my fingers are crossed that maybe that's changed now?
If it has not, I'm aware of alternatives, including just manually moving databases that run lots of "long queries" or take lots of hits per hour over to our dedicated DB server, but the downsides to this include the loss of DirectAdmin control of the database(s) for the affected user, and less accurate (and more difficult to manage) disk usage monitoring and limiting.
I don't mind developing something that can help DirectAdmin manage a remote MySQL database (like an API to get or set quota information, wrap phpMyAdmin so it knows to hit a remote server, etc.) but could use some pointers as to where to start. Does anyone have any pointers or thoughts about this kind of thing?
Thanks in advance!