Kiwihosting Support Forum: mySQL Connection Problems - Kiwihosting Support Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

mySQL Connection Problems

#1 User is offline   wdbongo 

  • Group: Customers
  • Posts: 2
  • Joined: 26-December 09

Posted 26 December 2009 - 04:08 PM

I have setup a mySQL database in HELM and I have double checked the database name and user created and I am having trouble connecting, I am using the following script to test it:

<?php
$dbhost = 'excelisor.techservers.net';
$dbuser = '*****';
$dbpass = '*****';

echo $dbhost;
echo $dbuser;
echo $dbpass;

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die                      ('Error connecting to mysql');

$dbname = '******';
mysql_select_db($dbname);

echo "ok";
?>


I am running the PHP page on the server and it dies everytime. (The starred out details are entered correctly in the actual script)

Am I missing something?

Thanks.

#2 User is offline   Kiwihost 

  • Group: Admin
  • Posts: 2361
  • Joined: 27-October 02

Posted 26 December 2009 - 04:09 PM

Hi,

If that is a direct cut and paste of your code then you've spelt the database server name wrong, double check that and you should be ok.

Regards
Kiwihosting.net Ltd
NZ Web Hosting Specialists
http://www.kiwihosting.net.nz

#3 User is offline   Kiwihost 

  • Group: Admin
  • Posts: 2361
  • Joined: 27-October 02

Posted 26 December 2009 - 04:11 PM

I've also given you access to the customer support forums so you can post your support questions there.
Kiwihosting.net Ltd
NZ Web Hosting Specialists
http://www.kiwihosting.net.nz

#4 User is offline   wdbongo 

  • Group: Customers
  • Posts: 2
  • Joined: 26-December 09

Posted 26 December 2009 - 04:16 PM

Thanks very much for that very very rapid response, that solved it.

#5 User is offline   Kiwihost 

  • Group: Admin
  • Posts: 2361
  • Joined: 27-October 02

Posted 26 December 2009 - 04:32 PM

You're welcome.
Kiwihosting.net Ltd
NZ Web Hosting Specialists
http://www.kiwihosting.net.nz

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users