我有下面的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 <
在MySQL数据库中为用户设置密码后,我无法连接到Magento。我怎么才能解决这个问题?我试图删除pasword,但没有成功,方法是转到phpMyAdmin并在SQL数据库上运行此命令。'localhost' = PASSWORD('');#1044 - Access denied for user 'xxx'@'localhost' to database 'mys