postgresql安装与登录
今天练习使用postgresql数据库,首先安装sudo apt-get install postgresql安装完成后,直接在terminal输入创建数据库的命令createdb mydb结果系统提示createdb: could not connect to database template1: FATAL: role "ubuntu" does not exist显然我还没有创建postresql的账户,使用自带的账户登录:sudo -u postgres psql