Skip to Content
Menu
This question has been flagged
2 Replies
1651 Views

I installed odoo 10 on my laptop with ubuntu 16.04, so in home page ,i grab these information

-master password

-database name

-email

-password

 but it displays this message   Database creation error: Access denied
 why it gives this message ? if there is a solution i will appreciate if you help me. 

thank you.

Avatar
Discard
Best Answer

Please use the "Superadmin" password, that means the admin password defined in your odoo.conf file.

Avatar
Discard
Author Best Answer

I use it but no positive result.

my odoo.conf file contains :

[options]

; This is the password that allows database operations:

; admin_passwd = admin

db_host = False

db_port = False

db_user = odoo

db_password = odoo

addons_path = /usr/lib/python2.7/dist-packages/odoo/addons

     

Avatar
Discard

You -or somebody else- has most likely changed the superadmin password (admin_passwd in odoo.conf). You'll need to either change this from the server through commands or ask potential colleagues about this. On a sidenote: please don't ever, ever, use "admin" as super admin password. From a security perspective this is a disaster.

Your admin password is commented out, delete the ; in front.