Skip to content

[Bug]: MO python sdk 密码中有特殊字符时导致无法连接 #23779

@volgariver6

Description

@volgariver6

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch Name

main

Commit ID

601cd14

Other Environment Information

- Hardware parameters:
- OS type:
- Others:

Actual Behavior

Image

修改 mo 的密码,使其包含 “@” “#”,如:“xx@xxx01#”,然后使用 python sdk 连接,就会报错

Expected Behavior

可以正常连接

Steps to Reproduce

from matrixone import Client

client = Client()
client.connect(
	host='127.0.0.1',
	port=6001,
	user='dump',
	password='xx@xxx01#',
	database=''
)

Additional information

No response

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't workingseverity/s0Extreme impact: Cause the application to break down and seriously affect the use

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions