– psql -U postgres -W -f db.sql
– 切换到Linux用户postgres,并执行psql - 位于数据库提示符下
– su - postgres;psql;
– 创建用户和数据库
– create user cyw with password ‘zgc_jmrh’;
– CREATE DATABASE newareas_db OWNER cyw;
– 用新创建的用户登录数据库
– psql -U test_user -d test_db

Logo

更多推荐