Hey everybody,
(citing last post). Here’s my wp-config:I know that similar topics have been covered before, but it just won't work for me, no matter what combinations of host names I try.
<?php
// ** MySQL settings ** //
define('jonlandr_wordpress', 'wordpress');
define('jonlandr_wordpre', 'username');
define('*****', 'password');
define('localhost', 'localhost');
// ** Stop editing ** //
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
It all looks great to me. And I’ve deleted and re-made my username and database two or three times using cPanel.
$dbh=mysql_connect ("localhost", "jonlandr_wordpre", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("jonlandr_wordpress");
Is there a wait period before this database becomes available, kind of like the wait period when starting a new site while the host creates your file? Or am I still doing something wrong? The URL is JonLandrum.com
Any information is greatly appreciated,
Jonathan