-1

When I had a job, MySQL was installed on the Linux server and I used to connect using Xshell. Now, I want to install it on Windows 7 and have a good command line interface (better than cmd).

I have not worked much on Windows, but I would like to do the following

  • Install MySQL Package
  • Access it using command line.

Please help.

jcbermu
  • 17,278
  • 2
  • 52
  • 60
  • 1
    http://dev.mysql.com/downloads/windows/installer/ What's so hard about that? – Karan May 21 '15 at 20:53
  • Not sure how I missed it. Thanks. How can I connect using Xshell after installing it? Is there any better terminal emulator? – Gaurav Srivastava May 21 '15 at 20:59
  • Never used Xshell but seems it's a terminal emulator. In your case will you have a separate DB server? If you're installing MySQL on your own machine then what's the point of Xshell? – Karan May 21 '15 at 21:01
  • installing it on my own machine. i don't like cmd. – Gaurav Srivastava May 21 '15 at 21:03
  • 1
    That doesn't answer my question. You want to use a terminal emulator to connect to your own computer? If you don't like cmd then use one of the many cmd alternatives. If you want to use bash or some other shell then install Linux on your system, or perhaps cygwin (but I've never used MySQL through that). – Karan May 21 '15 at 21:05

1 Answers1

0

Personally, I hate doing MSI installs of MySQL on Windows (See my old post MySQL quiet installation references wrong executable as an example of why)

I highly recommend using the ZIP file that does not require an installation process.

See my following posts

RolandoMySQLDBA
  • 3,065
  • 1
  • 20
  • 25