Php cannot be connected because the target machine is actively rejected (note: phpmyadmin is completely normal and only the code written by the user fails)
Source: Internet
Author: User
Php cannot be connected due to the active rejection of the target machine (note: phpmyadmin is completely normal and only the code written by myself is incorrect) php configuration is completely normal and phpmyadmin works completely normal, sqlyog/mysql command line tool is completely normal note: phpmyadmin is completely normal, that is, php-my php cannot be connected due to the active rejection of the target machine (note: phpmyadmin is completely normal, only the code written by myself has an error)
Php configuration is completely normal, phpmyadmin works completely normal, sqlyog/mysql built-in command line tool is completely normal
Note: phpmyadmin is completely normal, that is, php-mysql is completely normal, and mysql/apache services are completely normal.
All self-written $ conn = mysql_connect ("127.0.0.1", "test", "test") or die ("fail:". mysql_error ());
All errors: --- fail: unable to connect because the target machine is actively rejected.
Why ???? Do not talk about environment problems. phpmyadmin is working properly and all problems are explained. php mysql phpmyadmin
------ Solution --------------------
Change 127.0.0.1 to localhost.
Confirm that the test user has the connection permission.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.