I am working on the OpenStack glance. after I entered the command
su -s /bin/sh -c "glance-manage db_sync" glance
beside the deprecated messages, I get lots of other errors that are relevant to python errors and *Access denied for user 'glance'@'x.x.x.x'"*
error.
I have used the OpenStack document for Ubuntu step by step. This is the source address: https://docs.openstack.org/glance/pike/install/install-ubuntu.html
How should I fix the permission error?