Wednesday, April 29, 2009

mysql as service

Now by the time you see my first blog on mysql, you knew how to start and stop mysql server.
Assuming, starting and stoping some times irrate you when you forget the command.

So we have an option of making mysql to start as windows service.

"C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqladmin" -u root shutdown

but before we make as services , we need to showndown mysql if it is running using above command.

"C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --install


it is suggested to have mysql in system properties.

will make mysql as service in windows.

No comments:

Post a Comment