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.
|