Page 1 of 1

bf2 stats query / phpmyadmin

Posted: 2010-12-10 12:09
by marty6
Hi,

I have a slight issue with a map w/ 2 different ids. I changed the map gsid not thinking about the data involved. Is it possible to merge the map data collected to just one map id and how do you do it?

Any help is appreciated!

Thanks,

marty6

Re: bf2 stats query / phpmyadmin

Posted: 2010-12-11 01:22
by SnipingCoward
I believe it is possible but you would have to form a complex mysql query to perform this action. Query's complexity will grow with the complexity of the database of course.

Another atempt could be to dump the database and simply replace all the old id with the new one on all occurrences using a simple text editor - but don't hold me to it. ;)

Re: bf2 stats query / phpmyadmin

Posted: 2010-12-11 11:44
by marty6
The only thing I could come up with is to edit the large of the two files and delete the second map from the table. Stats on mysql are ok.
Thanks for your reply!
marty6