Question

I'm trying to set up dreamweaver so I can do all my testing locally. I use XAMPP to start an Apache Server listening on port 80. I set up Dreamweaver to use localhost for a testing server. However, whenever I try to preview the page live I get the following error

Warning: mysqli::mysqli(): (HY000/1045): Access denied for user 'techclub'@'localhost' (using password: YES) in C:\xampp\htdocs\techclub\PHP\query upcoming.php on line 35 Unable to connect!

I checked to make sure there is no weird temp file setting going on and there isnt. I also tested the site live and the page works fine live but not for the test server.

Was it helpful?

Solution

Sounds like you need to check your credentials, PHP and Apache are working fine locally if you are getting that error.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top