Jump to content

[Inactive] Just Can't Link Mysql.


supremo

Recommended Posts

Hello,

 

I just joined HelioHost. I've been trying to move my IP.Board forum for the past 2 days.

Here's the problem : http://gyazo.com/22ad5a29123ae27cc1a5e0ba7cad8aa0

 

I have followed this, but it's just NOT working : http://community.invisionpower.com/resources/documentation/index.html/_/tutorials/conversions-server-transfers/server-transfers-without-ssh-access-r3

 

Please help ASAP.

 

Thanks!

Link to comment
Share on other sites

In the conf_global.php file, look for the following variables and make sure they look similar to this:

$INFO['sql_database'] = "your_db_name";
$INFO['sql_user'] = "your_sql_user";
$INFO['sql_pass'] = "your_sql_password";
$INFO['sql_host'] = "localhost";

If you created a separate MySQL user and gave it full permissions to your database, then change your_sql_user and your_sql_password to those values. Otherwise change them to your cPanel username and password. Also change your_db_name to the name of your database. Be sure that the sql host you use is set to localhost.

 

Hope this helps! For further assistance, please post your cPanel username, your main domain, and the server you are on.

Link to comment
Share on other sites

In the conf_global.php file, look for the following variables and make sure they look similar to this:
 $INFO['sql_database'] = "your_db_name"; $INFO['sql_user'] = "your_sql_user"; $INFO['sql_pass'] = "your_sql_password"; $INFO['sql_host'] = "localhost"; 

If you created a separate MySQL user and gave it full permissions to your database, then change your_sql_user and your_sql_password to those values. Otherwise change them to your cPanel username and password. Also change your_db_name to the name of your database. Be sure that the sql host you use is set to localhost. Hope this helps! For further assistance, please post your cPanel username, your main domain, and the server you are on.

 

Thanks for the reply. I already did all this, and I'm getting nowhere. I am now getting this as an error : http://gyazo.com/67c546734e838e7a32abda46efb5f1fd

 

I can pm you more info if you'd like.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...