1

All I need is the command:

mysql -uuser -p -hhost -Ddatabase -e"SELECT * FROM database.table;"

Is it possible to install only the client application without the database on a Windows Machine?

Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82

1 Answers1

1

While installing MySQL 5.7.20.0 Community Edition, it asked me what type of installation I wanted:

MySQL Installer Picture

You can select "Client Only", which only installs the client and no database.

Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82