1. Yes you should use phpmyadmin to export the database in SQL format and save it to your home pc. In order to do that: Go to your phpmyadmin page. Open the database you want to export. Then choose Export from the tab-menu's on top. Select the tables you want to export (typically only the tables from phpbb). Make sure to choose SQL-format. On the bottom choose "Save as file" (choose compression if needed). You should be automatically downloading a <databse>.sql file. Leave all other settings as they are.
2. Now go to phpmyadmin in domain B to access database B. Choose import and locate the file you just downloaded to your harddrive. Leave settings standard as they are. Your database from domain A should be imoported into database B now.
3. Open the zip-file and open phpbb2fb.php in a text-editor. Modify the connection-settings for your database B. Save & Quit texteditor.
4. Upload the script to the root of your joomla installation (not the root of your ftp, it needs to be accessible trough your browser!). Run the script from
www.domainb.com/phpbb2fb.php (or whereever the root of your joomla-installation is...
5. Make sure to delete the file when done (Check if everything is imported well before deleting

)
That should do it...
Post edited by: michiel, at: 2007/05/09 11:08