MySQL Forums
Forum List  »  Install & Repo

Re: mysql noinstall instalation help
Posted by: Umesh Shastry
Date: April 22, 2008 02:40AM

Hi!!


1. Extract the archive to the desired install directory

=> C:/MySQl/

2. Create an option file
=> Copy/rename my-small.ini to my.ini (this shud be under C:/MySQl/


3. Choose a MySQL server type
=> (from command prompt)
Change Directory to MySQL/Bin folder run the below command

C:\MySQL\bin>mysqld-nt --install MySQL --defaults-file=../my.ini
Service successfully installed.

4. Start the MySQL server (from command prompt execute below command)

net start MySQL

5. Secure the default user accounts
Login to MySQL server and delete all the non-root users, users without passwords etc..







Hope this help you..

Regards,
Umesh Shastry
http://www.blogger.com/profile/02551756983528645221

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql noinstall instalation help
April 22, 2008 02:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.