Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 mysql 客户端中,当我按 Tab 时,它曾经显示可能的单词。不知何故,它现在不起作用。无论如何要再次启用它。我在 CentOS 5.5 中使用 mysql 客户端 5.5。
找到了解决方案。
在 my.cnf 文件中,添加
[mysql] auto-rehash
添加no-auto-rehash以禁用自动完成。
no-auto-rehash