Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (2.6k points)

Is there any nice command-line MySQL client for windows? I mean a single exe that allows connecting and running a sample query. I've googled and only could find big graphical environments like toad or MySQL workbench. I need only a simple command-line tool, where can I download sth like this?

1 Answer

0 votes
by (7.2k points)

To write command line for windows_____

mysql.exe can do just that...

To connect,

MySQL -u root -p (press enter)

It should prompt you to enter the root password (u = username, p = password)

Then you can use SQL database commands to do pretty much anything...

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 28, 2021 in Linux by sheela_singh (9.5k points)

Browse Categories

...