Marcus Downing
Marcus Downing

Reputation: 10141

MySQL shell on Windows

The command line interface to MySQL works perfectly well in itself, but when using my local copy I'm forced to interact with it using the old-fashioned DOS windows. Is there some way I can redirect it through a better shell?

Upvotes: 0

Views: 3680

Answers (3)

jsist
jsist

Reputation: 5253

You should give a try to SQLyog. It has very powerfull query editor with features including Auto-complete, Auto-indentation, Customize foreground and background colours, Flexibiility to execute multiple MySQL queries in one go, and a long list to go... SQLyog Documentation for Query Tab

SQLyog's Query Tab Screenshot

Hope it helps...

Upvotes: 0

Lucas Wilson-Richter
Lucas Wilson-Richter

Reputation: 2324

It sounds like a GUI is not really what you were after, but maybe HeidiSQL would be worth a look. It's a GUI frontend for MySQL which I wouldn't say I quite enjoyed using, but I've certainly come across worse ways to talk with a database.

Upvotes: 0

Tom
Tom

Reputation: 44553

Have you tried the MySQL Query Browser? Works cross platform and is much nicer than the plain shell.

Upvotes: 2

Related Questions