I'm trying to create a database for a django project and I'm getting the following error:
(blog-venv)vagrant@precise64:/vagrant/django_projects/microblog$ createdb microblog createdb: database creation failed: ERROR: permission denied to create database
I'm working in a vagrant/virtualbox environment.
Please help.
thanks.
solved the issue by making sure I had superuser permissions.
=> ALTER USER myusername CREATEDB
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With