really confused. help, please.
-
Ok. I am super new to all of this so go easy with the techie terms, please. π
I am having a problem installing WP. I’ve read through some of the forum threads and corrected (at least I thought so) issues that I had which were addressed in said threads but I’m still having a problem. Here’s the message I get when I load install.php
“Error establishing a database connection! This probably means that the connection information in youn wp-config.php file is incorrect. Double check it and try again.
Are you sure you have the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running? “
I’ve entered everything correctly. Here’s the config.php info:
<?php
/** WordPress’s config file **/
/** http://wordpress.org/ **/
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wakinglions’); // The name of the database
define(‘DB_USER’, ‘wakinglions’); // Your MySQL username
define(‘DB_PASSWORD’, ‘password removed’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define(‘ABSPATH’, dirname(__FILE__).’/’);
// Get everything else
require_once(ABSPATH.’wp-settings.php’);
?>
Also, when I use the install-config.php file I get an error message that reads:
“Sorry, I can’t write to the directory. You’ll have to either change the permissions on your WordPress directory or create your wp-config.php manually.”
Any help would be greatly appreciated.
thanks
tee
The topic ‘really confused. help, please.’ is closed to new replies.