Are there any MySQL shells that support syntax highlighting? I know in my.cnf, you can set the shell string with, for example:

[mysql]
prompt=(\\u@\\h) [\\d]>\\_

But is there any more customization possible? I'd love to have some colors or syntax highlighting. And if it's not possible with the default MySQL shell, are there any alternate shells for MySQL?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

In answer to your question, try vim with dbext

link|improve this answer
feedback

MySQL workbench is very comfortable. But i wouldn't call it shell in a common way.

link|improve this answer
I wouldn't call it a shell either :) – CamelBlues Jan 30 at 20:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.