trace30
10-18-2006, 12:22 PM
I recently transferred a moded phpbb site to Hostmonster. Mysql database was successfully transferred as well. I need to know the correct config info for my forum:
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'l******';
$dbname = '******';
$dbuser = '******';
$dbpasswd = '******';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
What is the $dbhost -"localhost" ?
My mysql $dbname is a portion of my domain name like *******_(30), do I use the (30) or not?
I added a username and password in cpanel with full access.
I can't access the dbase - any thoughts?
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'l******';
$dbname = '******';
$dbuser = '******';
$dbpasswd = '******';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>
What is the $dbhost -"localhost" ?
My mysql $dbname is a portion of my domain name like *******_(30), do I use the (30) or not?
I added a username and password in cpanel with full access.
I can't access the dbase - any thoughts?