Mysql, linux, autocompletion

linuxMySQL

I need autocompletion for mysql console in Linux.

I found this solution.

Add this to .my.cnf. file in home folder.

[mysql]
auto-rehash

But it doesn't work, for ubuntu 19.04 and mysql 14.14.

And just one question, is it possible to do it for small characters? I mean 'select' instead 'SELECT', etc.

Thank you.

Best Answer

auto-rehash is database, table and column completion. It isn't a generic syntax completion aid.