Tuesday, June 3, 2014

How to Install MySQL database

We are sorry to say you that we are unable to provide you direct link of MySQL installer, because MySQL databases are often updated and links are changed. Dont worry you can download MySQL from Google.. Just type MySQL .rar file and search on Google. I personally recommend you to download Extractable file(.rar) file instead of direct installer file (.exe) because you will get a low minimized file and virus will also not affect your file..
Steps :
1. After you have downloaded the file, extract it using WINRAR [Winrar is a extractor/compressor available on web]
2. Extract the files and Copy the extracted folder to local disk c: [Make sure that you rename the folder to [mysql], There should be [bin] folder inside the mysql folder]
3. After you have completed the above two steps, it finally time to install mysql using Command Prompt .
4. Open Command Prompt as administrator .
 [Command prompt is commonly known as CMD or DOS]
6. Type cd c:/mysql/bin and hit enter [This means you have entered at Local Disc C> MySQL> bin.. If you saw any error message then please follow up step 1 and 2 carefully]
7. After you have entered at the directory, type mysqld -install [If you faced any error then either you have not opened cmd as administrator or you have made some mistakes.. Fix it]
8. After Success message, Type sc start mysql .. [This means you have started mysql service on your computer... If you faced any error then either you have not opened cmd as administrator or you have made some mistakes.. Fix it]
+++++++++++++++++++++++++++++++++++++
If you have completed all steps, i would like to Congrats you for your success on Installing MySQL.. Try typing 
mysql -u root -p and hit enter, if you are asked to enter password, hit enter.. If everything is fine, you will see long text on MySQL granting you access !! This is how you install MySQL server... Comment below if you still face problems..
 

No comments:

Post a Comment