Dear All,
I have installed MySQl Workbench and Connecter/net to connect .net Application.
Now i want to create Database in the MySQl , I am using some detail...
To make a connection in MySQL workbench..i am entering following values
Connection name: Big Iron Server
Connection Method: TCP/IP Server
Hostname:127.0.0.1 Port:3306
Password:root(store in vault)
after that if i click on test connection then it gives me following error
" Can't connect to MySQL server on '127.0.0.1' (10061)"
please suggest me, what should i do for it?