If mysql is installed correctly then you should be able to click START, RUN and type
C:\mysql\bin\mysqladmin create eq
to make a database, and
C:\mysql\bin\mysqladmin drop eq
to delete it when you mess it all up and want to resource it

. You should do this on the machine upon which mysql is installed. The network should not matter. Hope that helps
Pneu