Forums

Accessing the MySQL of different own account

Hello!

Can you please tell me if there is any disadvantage in performance if I access/query a MySQL database that belongs to my another PA account? Is it something that I can do without any negative effects? Or it will be treated as a normal database connection like when I connect from the database 'owner' account?

Thanks in advance!

So long as you use the right hostname, username and password, then it should work fine.

Great! Thanks!