Start -> Run -> cmd
cd \peqdb
mysql -u(username) -p(password) peq
It might tell you that it can't find mysql. If that is the case, you can add it to your environment variables TEMPORARILY by typing set path=%path%;c:\(path to the mysql\bin) and then try running mysql again
|