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?
相关问题
- How to get the return code of a shell script in lu
- sqlyog export query result as csv
- Inheritance impossible in Windows Runtime Componen
- NOT DISTINCT query in mySQL
- how to get running process information in java?
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.
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
Hope it helps...
Have you tried the MySQL Query Browser? Works cross platform and is much nicer than the plain shell.