Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix grants #37

Open
MatthiasHertel opened this issue Dec 23, 2016 · 1 comment
Open

fix grants #37

MatthiasHertel opened this issue Dec 23, 2016 · 1 comment
Labels

Comments

@MatthiasHertel
Copy link
Owner

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1472
Server version: 5.7.16-0ubuntu0.16.04.1 (Ubuntu)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> show grants;
+-----------------------------------------------------------------+
| Grants for spaceinvader@%                                       |
+-----------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'spaceinvader'@'%'                        |
| GRANT ALL PRIVILEGES ON `spaceinvaders`.* TO 'spaceinvader'@'%' |
+-----------------------------------------------------------------+
2 rows in set (0.04 sec)

mysql> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant