• I’m not experienced in setting up mySQL, so I’ve been relying on info from my host, interland.com. My attempts at installing wordpress won’t get father than wp-admin/install.php.

    Here’s what my host tells me I ought to put in the wp-config.php file:

    username: user1097547
    password:[MYPASSWORDHERE]
    hostname: mydatabase.registeredsite.com
    database server name: IPSQLG0002ATL2

    and here’s what the relevant part of my wp-config.php file reads:

    define(‘DB_NAME’, ‘IPSQLG0002ATL2’);
    define(‘DB_USER’, ‘user1097547’);
    define(‘DB_PASSWORD’, [MYPASSWORDHERE]);
    define(‘DB_HOST’, ‘localhost’); // also tried mydatabase.registeredsite.com here

    Please help! (Yes, my host really wants ‘registeredsite’ there, not my actual domain name!)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    At DB_HOST, try: https://mydatabase.registeredsite.com

    Thread Starter smarkos33

    (@smarkos33)

    Rats, that didn’t work either. I’m still stumped.

    Find out if your host is using a specific address such as: 192.168.100.100 or something like. Most of these new hosting companies are running multiple servers for different apps so it needs the IP of the specific server.

    I am having the same problem. A client has this host (Interland), and here is the response they sent me:

    Thank you for contacting Technical Support regarding the error:’Error establishing a database connection’.

    We apologize for the inconvenience this has caused you and your business.

    I was able to connect to your database using the following information:

    UserName:user1192638
    Password:[PASSWORDHERE]
    ServerName:IPSQLG0002ATL2
    IP address:216.247.255.141

    I’ve tried that, though, and it doesn’t work. I’ve tried every combination I can think of! I called them, and they showed me where to access the PHPMyadmin. So I installed WordPress in a directory on my own site (which works with WordPress fine), and then took that information and dumped it into my client’s site, changing out URLs and such…) the tables created with no problem… but that didn’t solve my problem of WordPress not talking to the database.

    Please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp-admin/install.php, config, interland.com, phpAdmin, trouble.’ is closed to new replies.