如何从 Yii2 Advanced 设置并通过 SSH 连接到远程 mysql 数据库?
Yii2 Advanced 中的数据库之一必须远程连接。服务器通过 SSH 连接到远程服务器。 Yii2 安装在 ubuntu 服务器上。
One of the databases in Yii2 advanced must be connected remotely. Server connects to remote server via SSH. Yii2 as installed on ubuntu server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以指定数据库主机名(例如,主机名或 IP 地址为 127.0.0.1)和端口作为
dsn
的一部分/environments/dev/common/config/main-local.php
:文档位于:应用程序组件
You can specify the database hostname (e.g. a hostname or an IP address as 127.0.0.1) and port as part of the
dsn
in/environments/dev/common/config/main-local.php
:Docs are here: Application components