秉着为客户服务的理念,为了服务器及用户数据的安全,凡在域名频道购买linux空间赠送的Mysql数据库或用户行购买的Mysql数据库,都不提供远程连接,也就是说用户管理或者在程序中连接数据库都必须使用本地连接。
在程序中数据库连接方法:
$dbhost = localhost; // 数据库服务器(必须填写为localhost,不能为IP或域名,否则无法连接)
$dbuser = dns110ftp; // 数据库用户名
$dbpw = dns110pwd; // 数据库密码
$dbname = dns110ftp; // 数据库名
远程管理方法请参见http://www.dns110.com/help/MysqlUsage.asp |