Q&A: How do i get the MySQL service to install and start?

Written by

MySQL

How do i get the MySQL service to install and start?

Every thing was fine last night with my Minecraft server but on accident i rant the MySQL server Instance configuration tool… After that i got a series of errors(fixed those). Now when ever i run th server instance tool to create a new server(i deleted all my old ones) i get to the execute part and everything goes well until the start service part, when i get to that it always freezes and becomes non responsive.
How do i fix this??
Please help!!

MySQL best answer:

Answer by Steffen Langnes
If you’re on Windows, please open the command prompt (as administrator) and run the following command:
mysqld –verbose –help | more

Make sure the current directory is /bin, or the path is in the PATH environment variable.

It’ll list the commands you need to know in order to remove/install the service. The process may be similar on other operating systems.

MySQL Conf 09 Keynote
MySQL
Image by Zak Greant
Walter Heck’s (of OpenQuery) photos the of MySQL Conference 09 keynote

MySQL Conf 09 Keynote
MySQL
Image by Zak Greant
Walter Heck’s (of OpenQuery) photos the of MySQL Conference 09 keynote

MySQL Conf 09 Keynote
MySQL
Image by Zak Greant
Walter Heck’s (of OpenQuery) photos the of MySQL Conference 09 keynote

Article Tags:
· · ·
Article Categories:
Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.