Candibiotic
News Update :

MySQL Start and Stop

Wednesday, February 18, 2009

Here is a small utility to Login start and stop MySQL in one go for Windows OS:

Create a file and name it : Login.bat

Add the following contents in the file:

ECHO OFF

cls

@echo Loging Into MySQL DataBase

c:

cd C:\MySQL\mysql-5.1.3-alpha-win32\bin

mysql -u root -p

Similarly create another file to start MySQL: SqlStart.bat

ECHO OFF

@echo Start MySQL DataBase

c:

cd C:\MySQL\mysql-5.1.3-alpha-win32\bin

mysqld-nt --console



Share this Article on :

0 comments:

Post a Comment

 

© Copyright Vinayak Wins 2010 -2011 | Design by Herdiansyah Hamzah | Published by Borneo Templates | Powered by Blogger.com.