Unforunately you can't get this from the admin/database manager yet. Right now you would either need to use something like phpMyAdmin or if you have telnet access you can issue the following command to dump out a certain table to a file (I'll use w3t_Users as an example):
mysqldump databasename w3t_Users > w3t_Users.dump
-------------------
Rick Baker
UBBThreads developer