-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
连接不上13306 #205
Comments
|
root用户就是本身登陆mysql的root 用户,是可以登陆3306的,但是无法透过proxy连 |
正常啊,你通过13306连接的话,是接入的gaea,用户名和密码得是gaea配置的用户名和密码,然后gaea再通过你配置的数据库的用户名和密码接入对应的数据库。这里涉及到两个用户名和密码是不一样的 |
这个您说的配置用户,是在namespace里面的对吗?这个我有配置,但是好像并没有导入etcd, 请问这个是怎么确认是否有导入,还有正确的导入方式是? |
不一定非要导入etcd的,gaea也支持文件启动的。 |
嗯 file是可以的,但是可以请教一下etcd是怎么导入的吗,我应该是哪里弄错了,所以namespace没有导入 |
建议在etcd主机上装一个etcdkeeper直接网页端命令行操作。 |
ps: gaea对于etcd的v2和v3接口有区分,默认好像是支持v2接口 |
mysql -uroot -p -P13306 -h127.0.0.1
用mysql 本身 root 密码连接,连接不上
ERROR 1045 (28000): Access denied for user 'root'@'127.0.0.1:52746' (using password: Yes)
这个端口会不断变化
The text was updated successfully, but these errors were encountered: