graywave
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Free Hostingsiteground.com – the best deal. 5 gigs space and 100 gigs transfer a month for $5. Their service is top rated as well. I throughly researched providers before choosing them. oh, and 10 mysql and postgresql databases as well.
Forum: Installing WordPress
In reply to: trouble installing WP – can’t connect to databaseSorry, should have put this in a long time ago, but I successfully set up WordPress using SiteGround.com hosting. So far I have been very pleased with them. Excellent deal.
Forum: Installing WordPress
In reply to: trouble installing WP – can’t connect to databaseThank you all for trying to help!!
Forum: Installing WordPress
In reply to: trouble installing WP – can’t connect to database@cameroon
My hosting provider says that it supports the following:* PHP Version 4.3.0
* MySQL 3.23.54I don’t know about the mysqli library.
@moshu
Thanks, but I already tried that. I think that I am going to try a different host.Anybody have experience with Cedant.com, SiteGround.com, or ICDSoft.com ?
Forum: Installing WordPress
In reply to: trouble installing WP – can’t connect to databaseNo, I tried it again but it still doesn’t work. I have tried it in so many combinations my head is spinning…
Any other help??
wp-config.php looks like this now:
code
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpressblog’); // The name of the database
define(‘DB_USER’, ‘wordpress’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*****’); // …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_’// 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’, ”);/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>