Idea Building Space
postgres=# \l
Switching Databases
postgres=# \c sales
Listing Tables
sales=# \dt
Post a Comment
Login MySQL using mysql -u root -p CREATE USER 'superuser'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGE...
No comments:
Post a Comment