grant all privileges on discuz.* to root@www.abc.com identified by "password"; (www.abc.com指向IP 59.34.16.100)
我用IP地址授权就可以,但是用域名授权,我浏览页面的时候出现了下面的错误.
Discuz! info: Can not connect to MySQL server
Time: 2007-11-17 3:22am
Script: /forumdisplay.php
Error: Access denied for user 'root'@'59.34.16.100' (using password: YES)
域名授权还要改那里啊?
授权方式可不可以让所有地址都可以连接到mysql数据库服务器呢?
如果可以,那要怎么设置
grant all privileges on discuz.* to dzuser@(all这里要怎么设置啊) identified by "password";