Create database and user
Commands
- list database
\l
- Create database
create database filedb;
- Create user
CREATE USER filetech WITH ENCRYPTED PASSWORD '123456';
- asign privileges
GRANT ALL PRIVILEGES ON DATABASE filedb to filetech;
ACCESS webpage ►
NETWORKS (FOLLOW US)
►Facebook:
►Group Facebook:
►Telegram:
DOWNLOAD OUR APPS FOR ANDROID
►
Remember that these videos are for educational purposes.