yii2-advanced 中特定数据库连接的缓存/刷新模式命令

发布于 2025-01-11 05:29:08 字数 110 浏览 0 评论 0原文

我正在 yii-advanced 项目的根目录上运行 yii cache/flush-schema 命令,但它仅在一个默认的 db 连接上运行。然而,应用程序有多个数据库连接,我需要在特定数据库上运行命令。

I'm running the yii cache/flush-schema command on the root of yii-advanced project but it's working on only one and default db connection. Whereas, the application is having multiple database connections and I need to run the command on specific database.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不离久伴 2025-01-18 05:29:08

运行命令并在其中指定数据库连接名称即可完成这项工作,如下所示:

yii cache/flush-schema db_connection_name

Running the command with specifying the database connection name in it, would do the job, as:

yii cache/flush-schema db_connection_name
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文