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?
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?
While installing MySQL 5.7.20.0 Community Edition, it asked me what type of installation I wanted:
You can select "Client Only", which only installs the client and no database.