In this video, we demonstrate to you how to create and delete a PostgreSQL database on Ubuntu 16.04.
Commands used:
su - postgres
psql
postgres=# CREATE DATABASE dbname;
postgres=# \list
DROP DATABASE dbname;
The related article for this article can be found here: https://www.liquidweb.com/kb/creating...
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or for more information on our line of dedicated products visit us at https://www.liquidweb.com/products/de... to learn more about our current specials!
Video by: Justin Palmer