<?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 Tag: backup</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: backup</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 01:33:04 +0000</pubDate>

<item>
<title>chrishajer on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17171</link>
<pubDate>Thu, 10 Jul 2008 07:50:42 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17171@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's great that you have shell access.  You can backup all the files with something like rsync, and you can use a shell script to backup the database tables you want.  Since there are no wildcards in mysqldump, you will need to explicitly name all the tables in your installation; just separate them with spaces.&#60;/p&#62;
&#60;p&#62;You can put something like this into a bash script and run it daily (or whenever) from cron:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;mysqldump --add-drop-table -h host -u user -p password dbname \
( bb_forums \
bb_meta \
bb_posts \
bb_tagged \
bb_tags \
bb_terms \
bb_term_relationships \
bb_term_taxonomy \
bb_topics \
bb_topicmeta \
bb_users \
bb_usermeta ) &#124; bzip2 -c &#124; bbpress.bak.sql.bz2&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;/p&#62;
&#60;p&#62;You would have to consider putting the password into the script and hiding that from prying eyes.  Alternatively, you could create a user with limited privileges and no password, and use that in the backup script.&#60;/p&#62;
&#60;p&#62;You should also verify the table prefix, and that those are all your bbPress tables.  I think there are different tables for different bbPress versions.&#60;/p&#62;
&#60;p&#62;Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>ashes999 on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17148</link>
<pubDate>Wed, 09 Jul 2008 16:24:13 +0000</pubDate>
<dc:creator>ashes999</dc:creator>
<guid isPermaLink="false">17148@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah, I have shell access...&#60;/p&#62;
&#60;p&#62;I had a shell script before to back up my whole schema; but I just want to back up the bbpress schema now, not the wordpress schema.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17144</link>
<pubDate>Wed, 09 Jul 2008 14:17:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17144@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have access to a shell at your host?  If so, you can do it pretty easily.  If not, I don't know of an automatic backup plugin for bbPress.
&#60;/p&#62;</description>
</item>
<item>
<title>ashes999 on "Automated Backup Plugin?"</title>
<link>http://bbpress.org/forums/topic/automated-backup-plugin#post-17142</link>
<pubDate>Wed, 09 Jul 2008 13:27:51 +0000</pubDate>
<dc:creator>ashes999</dc:creator>
<guid isPermaLink="false">17142@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wordpress has a great plugin called wp-backup that allows you to schedule a nightly backup of your database.  Is there something similar for bbPress?  If not, how should I back up my data regularly?
&#60;/p&#62;</description>
</item>
<item>
<title>JohnConners on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13606</link>
<pubDate>Sun, 03 Feb 2008 12:53:35 +0000</pubDate>
<dc:creator>JohnConners</dc:creator>
<guid isPermaLink="false">13606@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Have a look in your mysql database with phpmyadmin at the bb_usersmeta table for your user (whatever ID that is, which you can get from the bb_users table). If you find the row that has the meta_key column of bb_capabilities, you'll probably find the meta_value is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;a:1:{s:6:&#38;quot;member&#38;quot;;b:1;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you change that to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;a:1:{s:9:&#38;quot;keymaster&#38;quot;;b:1;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You'll find you're an admin and can see the admin panel.
&#60;/p&#62;</description>
</item>
<item>
<title>EgonvomBerg on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13603</link>
<pubDate>Sun, 03 Feb 2008 11:02:00 +0000</pubDate>
<dc:creator>EgonvomBerg</dc:creator>
<guid isPermaLink="false">13603@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;no I didn´t delete the bbpress data. only the wpdata.&#60;br /&#62;
I reinstalled all, but still no admin panel.&#60;br /&#62;
Users can still register and posting are still there and possible to make.&#60;/p&#62;
&#60;p&#62;is there no other way?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13557</link>
<pubDate>Fri, 01 Feb 2008 15:18:16 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13557@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Check with your host to see how often they do backups for you.&#60;/p&#62;
&#60;p&#62;Some premium hosts do daily and weekly backups which would save you.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13554</link>
<pubDate>Fri, 01 Feb 2008 14:49:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13554@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If the posts are indexed and cached by Google, you could retrieve them all and re-enter them...
&#60;/p&#62;</description>
</item>
<item>
<title>agentmaximus on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13553</link>
<pubDate>Fri, 01 Feb 2008 14:49:12 +0000</pubDate>
<dc:creator>agentmaximus</dc:creator>
<guid isPermaLink="false">13553@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Last resort is to build a time machine or ask your webhost. If you ask nicely they may retrieve a backup for you ... ?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13539</link>
<pubDate>Fri, 01 Feb 2008 13:38:36 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13539@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You have deleted all your data without a backup. Seems to me there is no solution.
&#60;/p&#62;</description>
</item>
<item>
<title>EgonvomBerg on "can´t acces the admin panel!?"</title>
<link>http://bbpress.org/forums/topic/can%c2%b4t-acces-the-admin-panel#post-13535</link>
<pubDate>Fri, 01 Feb 2008 13:11:33 +0000</pubDate>
<dc:creator>EgonvomBerg</dc:creator>
<guid isPermaLink="false">13535@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have the problem that I can´t acces the admin panel since I deleted the Wordpress&#34;files&#34; WordPress database and my bbPress installation was in the same database.&#60;br /&#62;
don´t have a backup.&#60;br /&#62;
but did a fresh reinstall in the nower bbpress database. &#60;/p&#62;
&#60;p&#62;does anyone know how to solve that problem?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Posts lost :("</title>
<link>http://bbpress.org/forums/topic/posts-lost-#post-12761</link>
<pubDate>Tue, 18 Dec 2007 20:25:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12761@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If they're not in the database and you don't have a good backup, the only possibility I can think of is the binlog for MySQL.  That's probably not possible on a shared host. &#60;/p&#62;
&#60;p&#62;You might want to turn off Akismet in your config for now, to see if that's what caused the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>r4zv4n on "Posts lost :("</title>
<link>http://bbpress.org/forums/topic/posts-lost-#post-12730</link>
<pubDate>Mon, 17 Dec 2007 19:35:21 +0000</pubDate>
<dc:creator>r4zv4n</dc:creator>
<guid isPermaLink="false">12730@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Unfortunately, not only they aren't in the DB, but I don't have a usable backup either (the last full backup I have is from about two weeks ago and the daily backup has the same thing as.. what i see).&#60;/p&#62;
&#60;p&#62;Another weird thing is that some days ago, in my Akismet spam list I found some posts from way back (that weren't spam, but.. why check them if they were already &#34;accepted&#34; ?).&#60;/p&#62;
&#60;p&#62;So I suspect that something might have triggered a full check and it automagically deleted what it considered spam or something..&#60;/p&#62;
&#60;p&#62;So, I lost about a month and some of posts :(
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Posts lost :("</title>
<link>http://bbpress.org/forums/topic/posts-lost-#post-12723</link>
<pubDate>Mon, 17 Dec 2007 16:04:56 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12723@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You need direct access to the database with something like phpMyAdmin.  If the posts are still in the database, you will be able to get them back.  If they're not there, you might have access to something like binary logs for MySQL, but that's a long shot.  &#60;/p&#62;
&#60;p&#62;Any idea why the middle ones are gone?  I mean, how did that happen?&#60;/p&#62;
&#60;p&#62;Do you have any database backups that you can recreate from?
&#60;/p&#62;</description>
</item>
<item>
<title>r4zv4n on "Posts lost :("</title>
<link>http://bbpress.org/forums/topic/posts-lost-#post-12712</link>
<pubDate>Mon, 17 Dec 2007 09:14:55 +0000</pubDate>
<dc:creator>r4zv4n</dc:creator>
<guid isPermaLink="false">12712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This morning when I logged in, I noticed a big chunk of the posts on my forum were gone. I still have posts from the beginning and some recent ones, but a large batch of posts from the middle was lost :(&#60;/p&#62;
&#60;p&#62;Any ideas on why or how I could get them back ?
&#60;/p&#62;</description>
</item>
<item>
<title>cweb on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-6078</link>
<pubDate>Wed, 28 Mar 2007 20:16:15 +0000</pubDate>
<dc:creator>cweb</dc:creator>
<guid isPermaLink="false">6078@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok this worked for me, here's how I actually &#60;strong&#62;reset the auto_increment&#60;/strong&#62; counter.&#60;/p&#62;
&#60;p&#62;NOTE: If you've already integrated WP and bbpress and/or if you've already had a bunch of new users register, this wont be so easy for you.  If however, you've performed a &#60;strong&#62;fresh installation and conversion&#60;/strong&#62; then this will be simple.&#60;/p&#62;
&#60;p&#62;1. make sure one of my existing users in the normal ID range is a Key_Master (this is very important).  For me, I made one of my users with ID =5 the Key Master.&#60;br /&#62;
2. login with the new Key Master, and delete all the users who are registered with a number =&#38;gt; 999999999.  For me this wasn't a problem because &#34;admin&#34; was the only user, I haven't had any new user registrations. If you do have new users in the 1000000000 range you'll need to reset their ID's (I'm not a MySQL guy so I dunno how)&#60;br /&#62;
3. Once all users in the ugly high number range are deleted, you can run the command to reset the counter on your *_users table, for me it was:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ALTER TABLE bb_users AUTO_INCREMENT = 400&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I just added a few new users and they indeed started at ID 400.&#60;/p&#62;
&#60;p&#62;BTW, here's the code in the phpbbtobbpress.php converter that sets this very high ID:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//Let&#38;#39;s clean up the trash.
      //Your admin user will be given the biggest possible ID (I tried the biggest BIGINT but it didn&#38;#39;t work inside bbPress)
      //If you have more than 999999999 users on your forum, you may have problems... ;-)
      @mysql_query (&#38;quot;UPDATE &#38;quot; . $bbpress_tables[&#38;#39;users&#38;#39;] . &#38;quot; SET ID=999999999 WHERE ID=1&#38;quot;);
      @mysql_query (&#38;quot;UPDATE &#38;quot; . $bbpress_tables[&#38;#39;usermeta&#38;#39;] . &#38;quot; SET user_id=999999999 WHERE user_id=1&#38;quot;);
      @mysql_query(&#38;quot;TRUNCATE TABLE &#38;quot; . $bbpress_tables[&#38;#39;forums&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>cweb on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-6076</link>
<pubDate>Wed, 28 Mar 2007 19:42:46 +0000</pubDate>
<dc:creator>cweb</dc:creator>
<guid isPermaLink="false">6076@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'll confirm that I have this problem as well, from a phpbb to bbpress conversion.   I actually tried to reset the auto_increment like chrishajer said:&#60;/p&#62;
&#60;p&#62;ALTER TABLE bb_users AUTO_INCREMENT = 400&#60;/p&#62;
&#60;p&#62;Since my original ID's stopped at around 350.&#60;/p&#62;
&#60;p&#62;It didn't work though, still incrementing in the billions.  MySQL documentation says:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#34;You cannot reset the counter to a value less than or equal to any that have already been used.&#34;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;&#60;a href=&#34;http://dev.mysql.com/doc/refman/5.0/en/alter-table.html&#34;&#62;http://dev.mysql.com/doc/refman/5.0/en/alter-table.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So to me that reads I need to delete the admin user 999999999 first, am I correct?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5521</link>
<pubDate>Wed, 14 Mar 2007 15:06:23 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5521@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So, it sounds like this is related to the conversion from phpBB.  At least that narrows it down.&#60;/p&#62;
&#60;p&#62;In phpMyAdmin, select the table (be that bb_users or wp_users) and then select the &#34;operations&#34; tab up top.  On that page, near the bottom are &#34;Table options:&#34; and in there is a field that says [ xxx ] auto_increment where the xxx is the next auto_increment value that will be used.  That's where you would change it.&#60;/p&#62;
&#60;p&#62;You should first figure out what that value should be, and you should also fix the other high numbered users.  But that's where you reset it with phpMyAdmin.  *** Perform at your own risk. ***&#60;/p&#62;
&#60;p&#62;You can also just do it with SQL:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ALTER TABLE &#38;#39;wp_users&#38;#39; AUTO_INCREMENT =whatever-number&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The wp_users tablename might be bb_users or something else in your install.  Also, the table name should be backticked, but you can't do that in a block of code that's already backticked here :D
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5519</link>
<pubDate>Wed, 14 Mar 2007 14:14:02 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5519@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can anyone enlighten me/us as to how to reset that auto increment using phpmyadmin or something similar?  I doubt it is causing any real problems, but it still is kind of ugly.
&#60;/p&#62;</description>
</item>
<item>
<title>flaerpen on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5517</link>
<pubDate>Wed, 14 Mar 2007 14:00:56 +0000</pubDate>
<dc:creator>flaerpen</dc:creator>
<guid isPermaLink="false">5517@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have exactly the same &#34;problem&#34;. It all started after converting my phpBB to bbPress so I think thats the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5516</link>
<pubDate>Wed, 14 Mar 2007 13:53:51 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5516@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did run the conversion, but it didn't work very well because I ended up with duplicate IDs, and therefore posts from phpbb were attributed to the  wrong authors in cases where their IDs conflicted.&#60;/p&#62;
&#60;p&#62;Now that you mention it, I wonder if the phpbb importer makes a change so that all new registrations would start at 999999999 just so there couldn't possibly be any conflicts.  I don't know enough about mysql to know if that's the case (or if it is, how to &#34;fix&#34; it), but if I were the one building the importer, I would probably add a feature like that, though I think a number around one billion might be a bit of overkill!
&#60;/p&#62;</description>
</item>
<item>
<title>ebotunes on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5514</link>
<pubDate>Wed, 14 Mar 2007 12:57:07 +0000</pubDate>
<dc:creator>ebotunes</dc:creator>
<guid isPermaLink="false">5514@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;this has happened to me as well.  Two new users have registered and have IDs 99999999 and 1000000000. They appear to be spam though so I was very worried that they'd somehow managed to hack their user id from the front end??? Highly unlikely though.&#60;/p&#62;
&#60;p&#62;I am wondering if the conversion from phpBB to bbpress has anything to do with it? ( &#60;a href=&#34;http://bbpress.org/forums/topic/47?replies=12&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/47?replies=12&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;Did you use this wittmania? I did, and these are the first users to register since the migration.  I will investigate a bit further over the next few days when i get the chance....
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5446</link>
<pubDate>Mon, 12 Mar 2007 22:29:18 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5446@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I looked at the tables in another WP install and fixed this one so that it matched.  We'll see if I run into any trouble...
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5445</link>
<pubDate>Mon, 12 Mar 2007 22:15:45 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5445@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I wish I could help you on that one.....you don't remember what you changed?   Do you have a backup?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5440</link>
<pubDate>Mon, 12 Mar 2007 21:02:39 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5440@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK... so I do have access to phpMyAdmin, which may not be such a good thing.&#60;/p&#62;
&#60;p&#62;Somehow I got some things crossed up so I am now getting these messages from within the wp_users table:&#60;/p&#62;
&#60;p&#62;!!! PRIMARY and INDEX keys should not both be set for column &#60;code&#62;ID&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;!!!More than one INDEX key was created for column &#60;code&#62;ID&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;!!!UNIQUE and INDEX keys should not both be set for column &#60;code&#62;user_login&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Here is the raw text of the indexes from that page:&#60;/p&#62;
&#60;p&#62; Indexes:&#60;br /&#62;
Keyname  	Type  	Cardinality  	Action  	Field&#60;br /&#62;
PRIMARY 	PRIMARY 	5  	Edit 	Drop 	ID&#60;br /&#62;
user_login 	UNIQUE 	5  	Edit 	Drop 	user_login&#60;br /&#62;
user_login_key 	INDEX 	None  	Edit 	Drop 	user_login&#60;br /&#62;
ID_2 	INDEX 	None  	Edit 	Drop 	ID&#60;br /&#62;
ID_3 	INDEX 	None  	Edit 	Drop 	ID&#60;br /&#62;
ID_4 	INDEX 	None  	Edit 	Drop 	ID&#60;/p&#62;
&#60;p&#62;This is a longshot, but can you tell what I messed up, and how I should fix it?  Sorry.  I really appreciate the help.&#60;/p&#62;
&#60;p&#62;While I wait for a response I will be banging my head against my desk for not backing up the DB before I started messing around with it. :(
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5439</link>
<pubDate>Mon, 12 Mar 2007 20:45:13 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5439@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you have access to phpMyAdmin, you can reset the auto_increment field to start over at 6 or wherever you are right now.  I've never seen this one either, but somehow the auto_increment appears to have gotten messed up.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5435</link>
<pubDate>Mon, 12 Mar 2007 20:22:19 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5435@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When you are integrated with bbPress, it uses the wp_user table for users.    It shouldn't have done anything to your WP install just integrating with bbPress.    That is strange.    I don't think I have ever seen this one.     Even with both integration plugins, registering in either program I can't replicate this.   Anyone else seeing this as well?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "User ID = 999999999?"</title>
<link>http://bbpress.org/forums/topic/user-id-999999999#post-5429</link>
<pubDate>Mon, 12 Mar 2007 18:28:00 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5429@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have recently integrated a bbpress install with an existing wordpress blog/site.  The WP blog had three users prior to the integration, and all three made it over to the bbpress install with no problems.  However, today a new user registered on the WP side and her ID defaulted to 999999999.&#60;/p&#62;
&#60;p&#62;I proceeded to register a &#34;dummy&#34; user, just to see what happened.  The next registration ticked up to user ID &#60;a href=&#34;http://trac.bbpress.org/ticket/1000000000&#34;&#62;#1000000000&#60;/a&#62;.  While I doubt that this will lead to any serious problems, it seems silly to me to have user IDs starting around ONE BILLION, when even 1,000 would be plenty high enough for my &#60;a href=&#34;http://www.lne97.com&#34;&#62;lil' ol' site&#60;/a&#62;.  Having McDonald's-esque &#34;XX billions served&#34; sized numbers seems to fly in the face of the &#34;Code is poetry&#34; mantra.&#60;/p&#62;
&#60;p&#62;Any ideas as to what's going on here?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
