wp-admin/install.php, config, interland.com, phpAdmin, trouble.
-
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: IPSQLG0002ATL2and 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 herePlease help! (Yes, my host really wants ‘registeredsite’ there, not my actual domain name!)
- The topic ‘wp-admin/install.php, config, interland.com, phpAdmin, trouble.’ is closed to new replies.