I didn't do it via mySQL. What I did was opening the nuke database with phpmyadmin looking at the table users. In a second browser I had the admin panel of vB open and add the user manually using the add function under users.
Alternaively you could also go to edit users in the phpnuke admin and the select one user after another. However, this is a the hard way.
Actually you could write a php script for doing this but I don't have the time right now to do it. As I'm a PHP beginner it would take a bit of tweaking till I got it.
To query the nuke users you could use following command:
Code:
SELECT * FROM nuke_users