Hmm, apparently I just need to put the name of a given table right after the database name, will give it a shot.

Just have a question about a possible problem using MySQL 4.0.22. The manual states that before version 4.1.2 "out of range numeric valuessuch as -inf and inf, as well as NaN (not a number)values are dumped by mysqldump as Null. The significance of this behavor is that if you dump and restore the table, the new table has contents that differ from its original contents."

Would this affect a forum backup?