这是我连接到数据库的代码,当我在我的计算机上测试时,我使用XAMPP for mac进行测试,直到现在一切都运行得很好。当我尝试连接时,我得到了这个:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'Applications/XAMPP/xamppfiles/htdocs/lesite/functi
我有下面的php代码来连接到mysql。mysql_connect( "myserver.com" , "root", "redhat","datastore") or die(mysql_error()); Warning: mysql_connect(): Host '10.21.21.10' is not allowed to connect to this <