-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
kind/bugSomething isn't workingSomething isn't workingseverity/s0Extreme impact: Cause the application to break down and seriously affect the useExtreme impact: Cause the application to break down and seriously affect the use
Milestone
Description
Is there an existing issue for the same bug?
- I have checked the existing issues.
Branch Name
main
Commit ID
Other Environment Information
- Hardware parameters:
- OS type:
- Others:Actual Behavior
修改 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't workingseverity/s0Extreme impact: Cause the application to break down and seriously affect the useExtreme impact: Cause the application to break down and seriously affect the use