View Full Version : Mysql Host
shuheb
02-17-2008, 01:08 AM
Hi i am trying to install a Radio DJ Panel but wen i put the DB details in such as:
HOST: mysql
DB NAME: ******
DB Pass:******
etcc.....
it doesnt connect i tink its a problem with host
HELP???
Victor01469
02-17-2008, 01:24 AM
First of all, I encourage you to read the ULMB Terms Of Use (http://account.ulmb.com/terms/)
If this site is going to consist of mainly streaming music files that are hosted on ULMB, or scripts that comsume a high amount of shared server resources, your account will be suspended/terminated.
As far as the database issue goes, I cannot help you, as you have not provided sufficient information.
Please provide any and all database details, except for passwords. If you do not do so, we have no way of helping.
If it doesn't connect then I think it's more than likely a problem with your settings...
You sure you've done things correctly? More information is needed.
shuheb
02-17-2008, 10:50 AM
First of all, I encourage you to read the ULMB Terms Of Use (http://account.ulmb.com/terms/)
If this site is going to consist of mainly streaming music files that are hosted on ULMB, or scripts that comsume a high amount of shared server resources, your account will be suspended/terminated.
As far as the database issue goes, I cannot help you, as you have not provided sufficient information.
Please provide any and all database details, except for passwords. If you do not do so, we have no way of helping.
No my i have got seperate streaming host all i need ULMB for is hosting my website thats all.
**Double post merged by administration**
Here are the details that i put in
DB HOST: mysql
DB USERNAME: 9726_db1
DB PASSWORD: (SECRET lol)
DB NAME: 9726_db1
But it won't connect i don't think that DB HOST works correctly please help.
Victor01469
02-17-2008, 12:48 PM
The connect.php file should look as follows:
<?
//set local variables
$dbhost = "mysql"; //Database Host
$dbuser = "9726_db1"; //Database User
$dbpass = "**Password for database, not account**"; //Database Password
$dbname = "9726_db1"; //Database Name
//connect
$db = mysql_pconnect($dbhost,$dbuser,$dbpass);
mysql_select_db("$dbname",$db);
?>
Please verify your database password by going here: (http://account.ulmb.com/mysql/) and clicking "Settings" next to database 9726_db1
If it still does not connect, please reply.
Tyler
02-17-2008, 03:15 PM
What error message do you get?
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.