Guest User

Untitled

a guest
Jun 19th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. SQLSTATE[HY000] [1045] Access denied for user 'cpanel1_thewatcher'@'localhost' (using password: YES)
  2.  
  3. DB_CONNECTION=mysql
  4. DB_HOST=localhost
  5. DB_PORT=3306
  6. DB_DATABASE=dbnamehere
  7. DB_USERNAME=cpanel1_thewatcher
  8. DB_PASSWORD=passwordhere
  9.  
  10. SQLSTATE[HY000] [1130] Host 'xxx.xxx.xx.166' is not allowed to connect to this MariaDB server
  11.  
  12. SQLSTATE[HY000] [1045] Access denied for user 'cpanel1_thewatcher'@'server1.domain.com'
  13.  
  14. +-------------------+----------------------+
  15. | User | Host |
  16. +-------------------+----------------------+
  17. | root | 127.0.0.1 |
  18. | cpanel1 | xxx.xxx.xx.165 |
  19. | cpanel1_thewatcher | xxx.xxx.xx.165 |
  20. | root | ::1 |
  21. | cpanel1 | localhost |
  22. | cpanel1_thewatcher | localhost |
  23. | nagios | localhost |
  24. | root | localhost |
  25. | cpanel1 | server1.domain.com |
  26. | cpanel1_thewatcher | server1.domain.com |
  27. | root | server1.domain.com |
  28. +-------------------+----------------------+
Add Comment
Please, Sign In to add comment