VOTE ON THE BOARD FIX!!! HURRY BEFORE THEY ARE ALL GONE!!
Moderator: Akira
- Akira
- Eagle / Forum Admin
- Posts: 1509
- Joined: Tue Feb 25, 2003 12:52 pm
- Location: Ontario, Canada
- Contact:
I can get the cLAN topic to display content, as soon as I know what SQL query/command to run to update poster_id to be mine or your's for that matter. I don't know alot about MySQL.
What I need to do, is update poster_id that equals -1, in topic_id that equals 1161 to update poster_id to be 3
As for all other posts, I can go through and just delete them all instead of attempting recovery. Just one big mess to try to regain them all. If cLAN one is needed, at least that should be straight forward.
What I need to do, is update poster_id that equals -1, in topic_id that equals 1161 to update poster_id to be 3
As for all other posts, I can go through and just delete them all instead of attempting recovery. Just one big mess to try to regain them all. If cLAN one is needed, at least that should be straight forward.
update <tablename> set <this> = <that> where <this> = <that>Akira wrote:I can get the cLAN topic to display content, as soon as I know what SQL query/command to run to update poster_id to be mine or your's for that matter. I don't know alot about MySQL.
What I need to do, is update poster_id that equals -1, in topic_id that equals 1161 to update poster_id to be 3
As for all other posts, I can go through and just delete them all instead of attempting recovery. Just one big mess to try to regain them all. If cLAN one is needed, at least that should be straight forward.
http://dev.mysql.com/doc/mysql/en/update.html
- Baron[CotC]
- Caesar
- Posts: 1711
- Joined: Wed Feb 26, 2003 1:29 am
- Xfire Username: redbaroncotc
- Location: Alberta, Canada
- Contact:
Red has got it... and if you are still having problems maybe I can help... (I (UNFORTUNATELY) have setup mysql and had to restore massive tables inside of databases, etc... restoral, backup, table maintenance, replication, etc... the works. heh... I personally hate MySQL, but have a lot of experience. )
- Akira
- Eagle / Forum Admin
- Posts: 1509
- Joined: Tue Feb 25, 2003 12:52 pm
- Location: Ontario, Canada
- Contact:
See, my lack of knowledge with MySQL doesn't help, but I think what is worse is that I don't know where/what to repair in the database!
I don't know what causes the board to not display message content, but continues to display the original poster and subject. If you were to figure out that, I can give you access to do so.
I don't know what causes the board to not display message content, but continues to display the original poster and subject. If you were to figure out that, I can give you access to do so.
- Greg Boyington
- Posts: 229
- Joined: Fri Mar 18, 2005 1:42 pm
- Location: Kennewick WA
I'll download it and uncompress it on my computer here and then go through the code... I'll look over the source.. shouldnt be too hard to find the tables related to the boards.... and then just see how they all interact together... I'll get back to you on this...Akira wrote:See, my lack of knowledge with MySQL doesn't help, but I think what is worse is that I don't know where/what to repair in the database!
I don't know what causes the board to not display message content, but continues to display the original poster and subject. If you were to figure out that, I can give you access to do so.
(unless you are going to just drop the tables or delete the rows from them anyway...)