Thread: MySQL Error
View Single Post
  #6  
Old 09-11-2010, 06:53 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

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
Reply With Quote