0

I would like to use MySQL federated tables as described in the documentation: https://dev.mysql.com/doc/refman/5.0/en/federated-use.html

However, I would not like to have to repeat the remote server credentials with the password in the clear for each table.

Is there a way to use the same credentials for all federated tables? And to store this credentials in a secure way?

xpereta
  • 692
  • 9
  • 21

1 Answers1

0

It seems that this answer on dba.stackexchange.com can answer this one: https://dba.stackexchange.com/questions/10850/any-disadvantages-to-enabling-federated-storage-engine

I'll confirm that it works in my scenario

Community
  • 1
  • 1
xpereta
  • 692
  • 9
  • 21