You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

534 B

  • PG12 docker pull postgres:12.14 docker run --name pg12 -e POSTGRES_PASSWORD=root@123 -e ALLOW_IP_RANGE=0.0.0.0/0 -p 5432:5432 -d postgres:12.14 localhost:5432 postgres:root@123

  • redis localhost:6379 redispw

  • oracle localhost:1521 zr:root@123

  • neo4j docker 安装: 1.docker pull neo4j 2. docker run -d --name container_name -p 7474:7474 -p 7687:7687 --env NEO4J_AUTH=neo4j/root@12345 neo4j http://localhost:7474/ neo4j/clone-formula-shelf-hair-neptune-3446 修改密码::server change-password

  • sqlserver 2008 sa/root@123