Here's the youtube video link.
Here are the commands to do so.
CREATE DATABASE yourdbname;
CREATE USER youruser WITH ENCRYPTED PASSWORD 'yourpass';
GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
Here's the youtube video link.
Here are the commands to do so.
CREATE DATABASE yourdbname;
CREATE USER youruser WITH ENCRYPTED PASSWORD 'yourpass';
GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
For further actions, you may consider blocking this person and/or reporting abuse
Balraj Singh -
Harith Javed Bakhrani -
Franck Pachot -
Trinmar Boado -
Top comments (0)