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
Abel -
Jagroop Singh -
Daniel Afonso -
M1dnightGMR -
Top comments (0)