View Single Post
  #3  
Old 01-25-2013, 05:33 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Is MySQL actually running? Assuming it's in your path, open a command prompt and type 'mysql' without the quotes and see if you get the same error. If so, it's likely MySQL is not running. You should have installed it as a service, so check the services snap-in and make sure it is started.
Reply With Quote