gpt4 book ai didi

mysql - 在 PhpStorm 中连接到 vagrant 机器上的 MySQL 数据库

转载 作者:IT老高 更新时间:2023-10-28 23:50:29 25 4
gpt4 key购买 nike

我无法使用 PhpStorm 在 vagrant 机器中创建与 MySQL 数据库的连接。

我的设置是:

数据库选项卡:
- 主机:127.0.0.1
- 端口:3306
- 用户:root
- 密码:root_passsword

SSH/SSL 选项卡:
- 代理主机:192.168.56.102
- 端口:22
- 代理用户:vagrant
- 代理密码:vagrant

有人可以帮助我吗?谢谢

最佳答案

在 SSH/SSL 选项卡中,选择 Auth type Key pair,然后将路径复制到 IdentityFile 中定义的私钥文件。例如 C:/virtualM/deb56/puphpet/files/dot/ssh/id_rsa

$vagrant up
$vagrant ssh-config
Host local
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile "C:/virtualM/deb56/puphpet/files/dot/ssh/id_rsa"
IdentityFile "C:/Users/User/.vagrant.d/insecure_private_key"
IdentitiesOnly yes
LogLevel FATAL

关于mysql - 在 PhpStorm 中连接到 vagrant 机器上的 MySQL 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30823844/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com