Files
dbtest/sysbench_init.sql
2024-03-06 17:35:43 +08:00

3 lines
97 B
SQL

create user sysbench with ENCRYPTED password '123456';
create database sysbench owner sysbench;