Server op has to have your external IP. Once he has that he goes into cmd
Code:
cd \mysql\bin
mysql -u root mysql
grant all privileges on *.* to username@externalip identified by 'password' with grant option;
Then the person has access to the database.