I ve downloaded mysql-essential-5.1.49-win32 for their site and installed. After Installing, i tried some internet stuffs(mysqld --console) to verify the installation. I cant get the correct output. I'm very new to SQL...

Can any one tell me how to install a simple SQl for training...

link|improve this question
feedback

migrated from stackoverflow.com Jul 29 '10 at 22:50

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

Download and install this http://dev.mysql.com/downloads/workbench/

It's a graphical user interface and will help you with your first steps. Good luck

link|improve this answer
feedback

"After Installing, i tried some internet stuffs(mysqld --console) to verify the installation."

I'm not sure what you mean by this.

Some thoughts:

  • Is MySQL running as a service? Open the Task Manager using Ctrl-Alt-Del and click the Services tab, then look for "MySQL" in the list.
  • Are you using the MySQL command-line client? Look in the Start menu under MySQL -> MySQL Server [version number], and click "MySQL Command Line Client". For me, a command line window opens and requests my password.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.