这是我在使用 php 代码时遇到的错误
"mysql_connect($host,$user,$password)", where $host="IP_of_my_system"
:
Warning: mysql_connect(): Host 'xxx' is not allowed to connect to this MySQL server in C:\xampp\htdocs\mysqltest\insert.php on line 4
但是当使用 localhost 而不是 IP 时,它可以正常工作。
为什么会出现这种行为?