mysql error, user and pass not working to log in localhost

Php, Divx, Apache, phpBB
Forum rules
Do not post any code that circumvents rules of any server. You are responsible for anything you use here.
Post Reply
darknkreepy3#
Site Admin
Posts: 247
Joined: Tue Oct 27, 2009 9:33 pm

mysql error, user and pass not working to log in localhost

Post by darknkreepy3# »

so if the windows system, win 7, has a modified hosts file, such as

Code: Select all

0.0.0.0 localhost
this will send the mysql server with php into a black hole unable to get data. comment out any additions or modifications to your hosts file if listed as above to

Code: Select all

127.0.0.1 localhost
some hackers have written firewall blockers for software like adobe cs5 and modify your system unwittingly, for other reasons, and you will not be able to program and test on your server system. stay away from hackers and crack systems, they will only damage your system to a poitn where most people will blame other things for the problems that arise.
Post Reply