3

I am trying to install MySQL client (and nothing else) on Windows (not Linux).

I have a AWS EC2 instance along with MySQL RDS, My intention is to execute scripts from EC2 instance by connecting to the RDS server, So I don't want to install a complete MySQL server (huge) or MySQL Workbench (I will be using .bat file), so I just want to connect with the MySQL client and execute scripts on the remote server!

I tried installing only the client from the MySQL installer, but there is no option at all to choose server-only or client-only. I remember such an option was there before in the installer.

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
Gopi Lal
  • 417
  • 5
  • 23

1 Answers1

2

While installing MySQL 5.7.20.0 Community Edition, you will be asked what type of installation you want and you can choose Client only:

enter image description here

Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
Coder.Alay
  • 21
  • 1