Hi
I'm using the transfer tool to pull CPanel accounts from another server. I've also got MySQL running as an AWS RDS instance but over the localhost socket using mysql-proxy.
The transfer process fails because database users are automatically created as 'newuser'@'localhost', but in my case I need them to be 'newuser'@'10.0.0.10'. So after creating the account user, the script then fails when it tries to do anything since it's not really localhost.
The obvious first reply might be for me to use the 'remote mysql server' feature, but that is even more problematic due to it requiring SSH, which is impossible with RDS.
So... my question boils down to this:
Is there a 'good' way to alter the user creation 'template' from 'newuser'@'localhost' to 'newuser'@'10.0.0.10'? By good, I'm there's a config file somewhere, but even if I could modify one or two WHM script files, it'd probably be worth it.
Thanks in advance for any help.
Paul
I'm using the transfer tool to pull CPanel accounts from another server. I've also got MySQL running as an AWS RDS instance but over the localhost socket using mysql-proxy.
The transfer process fails because database users are automatically created as 'newuser'@'localhost', but in my case I need them to be 'newuser'@'10.0.0.10'. So after creating the account user, the script then fails when it tries to do anything since it's not really localhost.
The obvious first reply might be for me to use the 'remote mysql server' feature, but that is even more problematic due to it requiring SSH, which is impossible with RDS.
So... my question boils down to this:
Is there a 'good' way to alter the user creation 'template' from 'newuser'@'localhost' to 'newuser'@'10.0.0.10'? By good, I'm there's a config file somewhere, but even if I could modify one or two WHM script files, it'd probably be worth it.
Thanks in advance for any help.
Paul