I have made a script to make an account in my custom script, when a user registers in my main script. However, when I register a test account via the main script it does not populate my custom scripts DB. I get no errors when I run it and the main script registration is fine. This leaves me to ask a few questions.
What type of authorization permissions does the main script db user need to connect and insert into the other DB?
I have not added any unencryption on the password for the custom script just yet. Would this cause problems if the main script has unencrypted passwords and tries to insert into a db where the script does not use encrypted passwords?
I did not know the answer to this question so I did not unencrypted my main script password during the insert into the custom's script db.
Any help would be great.