yii2-advanced 中特定数据库连接的缓存/刷新模式命令
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
运行命令并在其中指定数据库连接名称即可完成这项工作,如下所示:
Running the command with specifying the database connection name in it, would do the job, as: