hi,

We had faced similar problems trying to import one user from the entire dump. Dr. Watson!!
We had found a workaround
create a new database
import the whole database
export the user in question(only that user)
import it to the target database
drop the intermediate database

it worked for us

HTH