This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# pip install py2neo
frompy2neoimportGraph,Node,Relationship
# 修改密码
# - 使用Neo4j Browser或命令行连接到系统数据库
# http://localhost:7474/
# ALTER CURRENT USER SET PASSWORD FROM 'neo4j' TO 'DsideaL147258369'