3 lines
70 B
SQL
Executable File
3 lines
70 B
SQL
Executable File
CREATE DATABASE itsm;
|
|
GRANT ALL PRIVILEGES ON DATABASE itsm TO admin;
|