Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top