Hi developers, are you working on any project where in which you have used MySQL as a backend (Database), and have you gone through DOS and tried to run mysql: C:\mysql\bin\mysql.exe, got an error right? don’t worry guys here is the solution with me…
While running mysql have you got an error like the below:
ERROR 2003: Can’t connect to MySQL server on ‘localhost’ (10061)
no worries, firstly check whether mysql service is working or it is in automatic / disable mode, if it in disable mode then just start the service in your local machine – again not working, no worries…. now goto c:\mysql\bin folder find out mysqld.exe in that folder and right click on that file and choose run as (Choose the first option like current user…. / administrator) and hit ok….
now try again going to DOS prompt: C:\mysql\bin\mysql.exe, I think it should work now by viewing mysql prompt as mysql>
Hope this helps you everyone…..
Articles which you would like to read:
Related Entries...
-
If you are a MySQL developer, user or a DBA, there is a good news for you guys! now registrations are ...
-
I would like to say Adobe is a good resource for learning web designing and web developing. When I wa ...
-
Introduction: After going through this article you will be familiar on how to install WAMP Server, W ...
-
Recently, when I was working on a Joomla project, I forgot how to install Joomla in XAMPP Server. Bef ...
-
Introduction: When I am trying to enable my XAMPP Server in Windows Vista, suddenly it has raised an ...
-
Hmmm.... Developers this is for you guys, this is a nice presentation on becoming a Good Programmer.. ...
-
Hmm..... The article which you are seeing now is an awesome one, since I am going to share one cooles ...
-
While I am browsing some good stuff in the morning, I had a glance into PC WORLD Web Site, So I thoug ...
-
Introduction: When I am trying to run my application which was developed using "CURL" concept, while ...
-
Everybody know about the usage of MailPress since 4 to 5 months, the respective features are very goo ...
4 Responses
hey it’s not working
sting is the king
Hi. Thanks for sharing its worked fine when i had the similar problem.
I had same issue, now its working fine. thank you..