3

What is the command in MySQL to auto-complete the keywords (like the working of tab in Ubuntu Terminal). I use the rehash command, sometimes it works, but sometimes it does not.

Is there any possible alternative for it?

Teun Zengerink
  • 4,277
  • 5
  • 30
  • 32
Vipin Verma
  • 5,330
  • 11
  • 50
  • 92

1 Answers1

2

The shortcut for REHASH; is \#. Interestingly, I have also discovered on one server (CentOS 6.x, MySQL 5.1) that REHASH does not work yet \# does.

dotancohen
  • 30,064
  • 36
  • 138
  • 197