colour-mysql-console
colour-mysql-console copied to clipboard
Sample config files showing how to colorize linux console mysql client
Hello, How can I colour the mysql shell prompt using grc? I change the mysql shell prompt using this: export MYSQL_PS1="mysql\_\d>\_" which result on: `mysql [database]> ` I want to...
Thank you!
I just wanted to say thank you. This is really excellent. (I didn't know where else to write this)
``` mysql> select * from tblNames; Traceback (most recent call last): File "/usr/bin/grcat", line 152, in ll['regexp'] = re.compile(ll['regexp']).search KeyError: 'regexp' 1001 rows in set (0,00 sec) ``` What is...