1

when i start connect to my database using xampp it doesn't work and show me this error:

Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)

can anyone help please?

Naim Blg
  • 131
  • 1
  • 3
  • 12

1 Answers1

2

Are you able to connect via command line (or some other utility, like MySQL Developer)?

There are a few possibilities (probably more, but for time's sake):

Alex Elkins
  • 36
  • 1
  • 3