ANOTHER mysql problem
-
Hi there,
I am here with yet another server problem that I encountered while trying to get the Word press config.php to find my data base. When I looked at my server’s site FAQ they gave me these setting to linking to a DB
$dbHost = “localhost”; // Host Name
$dbUserLogin = “your_admin_name”; // User Name
$dbPassword = “your_mysql_pass”; // User Password
$dbName = “yourdomain_com_-_dbname”; // Database Name
I am trying to figure out ho to fit that in to
define(‘DB_NAME’, ‘sanguisdesign_com_-_kudzu’); // The name of the database
define(‘DB_USER’, ‘sanguisdes’); // Your MySQL username
define(‘DB_PASSWORD’, ‘right…’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
well thank you in advance people who are smarter then me.
Have a good one and answer me quick.
JOsh
The topic ‘ANOTHER mysql problem’ is closed to new replies.