<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: help~~ config.php~~~</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: help~~ config.php~~~</description>
<language>en</language>
<pubDate>Tue, 07 Oct 2008 12:09:55 +0000</pubDate>

<item>
<title>nearlyalaugh on "help~~ config.php~~~"</title>
<link>http://bbpress.org/forums/topic/help-configphp#post-1585</link>
<pubDate>Thu, 23 Nov 2006 03:26:20 +0000</pubDate>
<dc:creator>nearlyalaugh</dc:creator>
<guid isPermaLink="false">1585@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My web host has recently updated to MySQL 5, which I'm not used to. I was in the same boat as some folks above--with a &#34;Cannot select DB.&#34; error--until I changed a few things around. With my host at least, one must &#60;strong&#62;enable remote connections&#60;/strong&#62; for a MySQL user (at least i think so!). Also, instead of 'localhost' I had to put '&#60;strong&#62;localhost:/tmp/mysql5.sock&#60;/strong&#62;' in the config file, something to do with a socket. All I know, though, is that I got past the bug by doing that. One other thought is that many hosts add your username to the dbname, a fact that evaded me for a while. The database would be, for instance, &#60;strong&#62;username_bbpress&#60;/strong&#62;. Hope these suggestions help; I know what tech frustrations like these are like. Carefully reading the MySQL control panel is what helped me.&#60;/p&#62;
&#60;p&#62;Luck!
&#60;/p&#62;</description>
</item>
<item>
<title>abc12345 on "help~~ config.php~~~"</title>
<link>http://bbpress.org/forums/topic/help-configphp#post-477</link>
<pubDate>Wed, 25 Oct 2006 13:04:16 +0000</pubDate>
<dc:creator>abc12345</dc:creator>
<guid isPermaLink="false">477@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Dear Potter_Sys,&#60;/p&#62;
&#60;p&#62;I am having the same problem (&#34;Cannot select DB.&#34;).  On the same system, I have written php pages that successfully accessed that same mysql database.  To give some perspective, I had no problem installing phpBB bulletin boards that use a php/mysql interface.  I am just wondering what is going on here.&#60;/p&#62;
&#60;p&#62;Could anyone help n22 and me solve this issue?  Thank you in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>Potter_System on "help~~ config.php~~~"</title>
<link>http://bbpress.org/forums/topic/help-configphp#post-457</link>
<pubDate>Wed, 25 Oct 2006 01:57:58 +0000</pubDate>
<dc:creator>Potter_System</dc:creator>
<guid isPermaLink="false">457@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Have you tried to connect the database with another script, using the same database/username/password?
&#60;/p&#62;</description>
</item>
<item>
<title>n22 on "help~~ config.php~~~"</title>
<link>http://bbpress.org/forums/topic/help-configphp#post-454</link>
<pubDate>Wed, 25 Oct 2006 01:31:24 +0000</pubDate>
<dc:creator>n22</dc:creator>
<guid isPermaLink="false">454@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;still not working.....ahh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!&#60;/p&#62;
&#60;p&#62;when i load the install.php from &#60;a href=&#34;http://n22.awardspace.com/bbpress/bb-admin/install.php,&#34; rel=&#34;nofollow&#34;&#62;http://n22.awardspace.com/bbpress/bb-admin/install.php,&#60;/a&#62;&#60;br /&#62;
it says : &#34;can not select DB&#34;&#60;br /&#62;
----------------------------------&#60;/p&#62;
&#60;p&#62;Is there anybody who can edit the config.php for me????  (u can fill the model below)&#60;br /&#62;
----------------------------------------------------------------------------------------------------&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', '??????????');      // The name of the database&#60;br /&#62;
define('BBDB_USER', '?????????');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', '???????'); // ...and password&#60;br /&#62;
define('BBDB_HOST', '????????');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix  = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is  , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = '??????????????'; // Example: ''&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '?????????';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'dig montreal';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'haiyuezhang@hotmail.com';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = false;&#60;/p&#62;
&#60;p&#62;-----------------------------------------------------------&#60;/p&#62;
&#60;p&#62;here is all the information that i know:&#60;/p&#62;
&#60;p&#62;database host : db2.awardspace.com&#60;br /&#62;
database user : n22_n22&#60;br /&#62;
database name: n22_n22&#60;br /&#62;
database password: 123456 (i will change it after)&#60;/p&#62;
&#60;p&#62;my website URL: &#60;a href=&#34;http://n22.awardspace.com&#34; rel=&#34;nofollow&#34;&#62;http://n22.awardspace.com&#60;/a&#62;&#60;br /&#62;
my forums folder URL: &#60;a href=&#34;http://n22.awardspace.com/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://n22.awardspace.com/bbpress/&#60;/a&#62;&#60;br /&#62;
my email: &#60;a href=&#34;mailto:haiyuezhang@hotmail.com&#34;&#62;haiyuezhang@hotmail.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Nameserver 1: ns1.awardspace.com&#60;br /&#62;
Nameserver 2: ns2.awardspace.com&#60;br /&#62;
Nameserver 3: ns3.awardspace.com&#60;br /&#62;
Nameserver 4: ns4.awardspace.com&#60;/p&#62;
&#60;p&#62;THANK YOU A  LOT!!!!!!!!!!!!!!!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
