Hello everyone! Recently I installed MySQL Workbench on my computer and I was not able to start it. It keeps saying : Can't connect to MySQL server on '127.0.0.1' (10061) (2003). Also I tried to run script by phpMyAdmin online of SELECT vendor_nam FROM vendors and I got error message like this: #1054 - Unknown column 'vendor_nam' in 'field list', I would like to learn what does #1054 mean in query. And how to fix those errors.
Thanks
Thanks