colour-mysql-console icon indicating copy to clipboard operation
colour-mysql-console copied to clipboard

Sample config files showing how to colorize linux console mysql client

Results 3 colour-mysql-console issues
Sort by recently updated
recently updated
newest added

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

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