Advertisement
Guest User

Untitled

a guest
Aug 8th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. username: root
  2. password: ''
  3.  
  4. A PHP Error was encountered
  5.  
  6. Severity: Warning
  7.  
  8. Message: mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)
  9.  
  10. Filename: mysqli/mysqli_driver.php
  11.  
  12. Line Number: 202
  13.  
  14. Backtrace:
  15.  
  16. File: C:wampwwwciindex.php
  17. Line: 315
  18. Function: require_once
  19.  
  20. A Database Error Occurred
  21.  
  22. Unable to connect to your database server using the provided settings.
  23.  
  24. Filename: C:/wamp/www/ci/system/database/DB_driver.php
  25.  
  26. Line Number: 436
  27.  
  28. $active_group = 'default';
  29. $query_builder = TRUE;
  30.  
  31. $db['default'] = array(
  32. 'dsn' => '',
  33. 'hostname' => 'localhost',
  34. 'username' => 'root',
  35. 'password' => '',
  36. 'database' => 'sandbox',
  37. 'dbdriver' => 'mysqli',
  38. 'dbprefix' => '',
  39. 'pconnect' => FALSE,
  40. 'db_debug' => (ENVIRONMENT !== 'production'),
  41. 'cache_on' => FALSE,
  42. 'cachedir' => '',
  43. 'char_set' => 'utf8',
  44. 'dbcollat' => 'utf8_general_ci',
  45. 'swap_pre' => '',
  46. 'encrypt' => FALSE,
  47. 'compress' => FALSE,
  48. 'stricton' => FALSE,
  49. 'failover' => array(),
  50. 'save_queries' => TRUE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement