MySQL shell on Windows

2019-03-06 07:57发布

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?

3条回答
啃猪蹄的小仙女
2楼-- · 2019-03-06 08:39

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.

查看更多
该账号已被封号
3楼-- · 2019-03-06 08:51

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...

查看更多
ゆ 、 Hurt°
4楼-- · 2019-03-06 09:03

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

查看更多
登录 后发表回答