密码是在安装时设定的
2. 创建数据库
createdb -U postgres mydb1
3. 命令行sql工具: psql(类似oracle的sqlplus)
退出命令行:"\q"
4. 连接数据库
psql -U postgres mydb1