Install Joomla 2.5 from my server to myhosting.com - Joomla! Forum - community, help and support
website in joomla 2.5 finished, i'm trying copy server (on hosting) myhosting.com
unfortunately, client has paid shared hosting @ myhosting.com without cpanel.
i copied whole site, create user , base, set configuration.php, error "database connection error (2): not connect mysql."
i know error in setting of configuration.php
i contacted support 3 times, did not receive needed response, general answers.
the information have used are
public $sitename = '1001550';
public $host = 'localhost';
public $user = 'u1001550_username';
public $password = 'password';
public $db = 'db1001550_dbname';
public $fromname = '1001550';
public $log_path = '/webspace/httpdocs/joomlafolder/logs';
public $tmp_path = '/webspace/httpdocs/joomlafolder/tmp';
public $session_handler = 'database';
does have experience myhosting.com? did miss something?
i appreciate help.
unfortunately, client has paid shared hosting @ myhosting.com without cpanel.
i copied whole site, create user , base, set configuration.php, error "database connection error (2): not connect mysql."
i know error in setting of configuration.php
i contacted support 3 times, did not receive needed response, general answers.
the information have used are
public $sitename = '1001550';
public $host = 'localhost';
public $user = 'u1001550_username';
public $password = 'password';
public $db = 'db1001550_dbname';
public $fromname = '1001550';
public $log_path = '/webspace/httpdocs/joomlafolder/logs';
public $tmp_path = '/webspace/httpdocs/joomlafolder/tmp';
public $session_handler = 'database';
does have experience myhosting.com? did miss something?
i appreciate help.
ok, found answer.
for have same problem:
public $host = 'localhost';
in fact should be
public $host = '***********.*******.myhosting.com';
this information can found under
more services > databases > database name > internal hostname
under general tab
for have same problem:
public $host = 'localhost';
in fact should be
public $host = '***********.*******.myhosting.com';
this information can found under
more services > databases > database name > internal hostname
under general tab
Comments
Post a Comment