fallsman
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Can’t Select Database …My bad … here’s my text (changed my username and password out for those words):
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘prville’); // prville
define(‘DB_USER’, ‘username’); // username
define(‘DB_PASSWORD’, ‘password’); // password
define(‘DB_HOST’, ‘mysql111.secureserver.net’); // 99% chance you won’t need to change this value// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Installing WordPress
In reply to: Can’t Select Database …Fortunately, I’m not a total noobe. I’ve checked to ensure all is right (text pasted below). I’ve tried with the username_db and that didn’t work (different error).
I like your 99.99% line, and it’s probably true, but a quick search turned up umpteen of these same errors, many of them having to do with GoDaddy (what I use). Surely someone could easily figure this out by now.
Thanks for the help, but I need help beyond telling me to check all the stuff the error message tells me to check.
Further thoughts? I’m not trying to be sarcastic, I really do appreciate the help.