连接远程服务器

时间:2015-12-21 11:31:47

标签: php mysql

当我连接到数据库时,它会给我一个错误。

这是我的代码:

$db['default']['hostname'] = '27.98.50.159';
$db['default']['username'] = 'username here';
$db['default']['password'] = 'my pass here';
$db['default']['database'] = 'my db name';

我的文件在另一台服务器上,而我的数据库在另一台服务器上。

当我提供服务器的IP时,我如何连接它会给出错误.......

enter image description here

0 个答案:

没有答案