When invoking mysql client, issue auto-rehash option as below -
mysql -u uname -p --auto-rehashHowever, do note that the mysql client will startup slowly as it requires to create the hash on the table names etc.
mysql -u uname -p --auto-rehashHowever, do note that the mysql client will startup slowly as it requires to create the hash on the table names etc.
