开发者

Create view from table in external database with other usercredentials

开发者 https://www.devze.com 2023-02-15 11:36 出处:网络
Is it possibly to create a view 开发者_运维知识库of a table from another database on the same server, but with other usercredentials?

Is it possibly to create a view 开发者_运维知识库of a table from another database on the same server, but with other usercredentials?

Any ideas how this could be done?


Using FEDERATED engine - your problem should be "easily" solved. A great article can be found at MySQL website.

0

精彩评论

暂无评论...
验证码 换一张
取 消