Skip to content

Instantly share code, notes, and snippets.

@livenson
Created June 13, 2018 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save livenson/bc9238f510b4bc1263620aa95031d1e3 to your computer and use it in GitHub Desktop.
Save livenson/bc9238f510b4bc1263620aa95031d1e3 to your computer and use it in GitHub Desktop.
mysqlusers
MariaDB [mysql]> select host,user from mysql.user;
+-----------+----------------+
| host | user |
+-----------+----------------+
| % | aodh |
| % | cinder |
| % | glance |
| % | gnocchi |
| % | keystone_admin |
| % | neutron |
| % | nova |
| % | nova_api |
| % | nova_placement |
| 127.0.0.1 | keystone_admin |
| localhost | root |
+-----------+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment