Answers for "psql: error: FATAL: database "mehariogbe" does not exist"

SQL
1

psql fatal database does not exist

# So you do not have to create a database with your role name

psql -U Username DatabaseName
Posted by: Guest on August-06-2021
0

psql: error: FATAL: database "odoo" does not exist

# if your database is different as your login name you must add the database name
psql -U Username DatabaseName
Posted by: Guest on September-24-2021

Code answers related to "psql: error: FATAL: database "mehariogbe" does not exist"

Code answers related to "SQL"

Browse Popular Code Answers by Language