-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,822

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