The directadmin accounts are already there yes, but not the mysql accounts, right?
For each .sql file you will need to figure out it's name and restore it for that user account.
For example smith_phpbb.sql would probably indicate the user smith and the database name of smith_phpbb
From the command line, a restore might go something like:
mysql -u$user -p$pass DBNAME < DBNAME_dump.sql