Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. mysql> select user,host from mysql.user;
  2. +-----------------+-----------+
  3. | user | host |
  4. +-----------------+-----------+
  5. | magento | localhost |
  6. | mysql.session | localhost |
  7. | mysql.sys | localhost |
  8. | root | localhost |
  9. +-----------------+-----------+
  10. 4 rows in set (0.00 sec)
  11.  
  12. rm -rf var/cache/* generated/* var/view_preprocessed/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement