跳至主要內容

SQL

酷风小于 1 分钟

SQL

用户


create user {username} with password 'xxx';

数据库


create database {dbname} owner {所属用户};