psql操作 2018-09-17 本文已影响12人 AC编程 一、连接psql psql -U username -d password -h 127.0.0.1 一、导入sql psql -d 数据库名 -h ip地址 -p 数据库端口 -U 用户名 -f 文件地址