使用tab自动补全mysql命令

1.使用mysql --help查看mysql的命令参数

注意

--auto-rehash       Enable automatic rehashing. One doesn‘t need to use

‘rehash‘ to get table and field completion, but startup

and reconnecting may take a longer time. Disable with

--disable-auto-rehash.

(Defaults to on; use --skip-auto-rehash to disable.)

2.临时使用

# mysql -u root -p --auto-rehash

会有提示,可以不理睬

切换到数据库

3.永久使用

编辑/etc/my.cnf

注释[mysql]下的no-auto-rehash

新加auto-rehash

登出mysql命令行

登陆切换到数据库,然后调用tab键测试吧

注意:自动补全是客户端命令,必须切换到数据库下才能使用

时间: 2024-10-27 04:52:57

使用tab自动补全mysql命令的相关文章

Python添加tab自动补全及命令历史功能。

1. 新建Python环境变量配置文件: vim ~/.pystartup # Add auto-completion and a stored history file of commands to your Python # interactive interpreter. Requires Python 2.0+, readline. Autocomplete is # bound to the Esc key by default (you can change it - see rea

为Python添加交互模式下TAB自动补全以及命令历史功能

接上篇文章新建Python环境变量配置文件:在宿主用户目录下vim .pystartup# Add auto-completion and a stored history file of commands to your Python# interactive interpreter. Requires Python 2.0+, readline. Autocomplete is# bound to the Esc key by default (you can change it – see

python2.7 tab,自动补全

python <tab>自动补全 一.这个方法可以修改shell命令行的自动补全 1.获取python目录[我使用的是64位ubuntu系统] [~$]python Python 2.7.3 (default, Apr 10 2013, 06:20:15) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more 

python交互模式下的tab自动补全

python在交互模式下,输入命令的时候按tab键就按时间tab键的功能输出,在书写python时多有不便. 把下面的代码写入一个文件tab.py,放到/usr/lib/python2.6/site-packages/下 #!/usr/bin/env python import sys import readline import rlcompleter import atexit import os readline.parse_and_bind('tab:complete') histfil

python的tab自动补全

很久不写blog了. 最近发现python的自动补全是个好东西. 分享一下. 参考了:http://www.cnblogs.com/allenblogs/archive/2011/04/21/2023288.html 和 软件手册 下载地址:http://vim.sourceforge.net/scripts/script.php?script_id=850 直接粘贴了. ------------------------------ vim编辑器中 #mkdir -p ~/.vim/after/

CentOs6.5 更新python2.7,以及tab自动补全

#安装python2.7之前,准备工作: yum install python-devel gcc patch readline* -y #解压并安装: tar xf Python-2.7.10.tar.xz cd Python-2.7.10 sed -i 's/#readline/readline/g' Modules/Setup.dist ./configure --prefix=/usr/local/python make && make install #更改系统python调用

sudo和man的tab自动补全

要加入sudo和man的tab自动补全功能,只需在~/.bashrc中加入: #Enabling tab-completioncomplete -cf sudocomplete -cf man

Mac Tab自动补全键

最近入手一个Mac(Mac 2019版本),在使用终端时,发现不能使用Tab键自动补全代码,网络搜寻下,发现这里有个方法,记录下,免得自己忘记: 1 / 首先找到这个图标 2 / 输入命令 nano .inputrc 打开文件,在文件输入以下内容 set completion-ignore-case on set show-all-if-ambiguous on TAB: menu-complete 然后 按住control + o,再点击回车键,重启终端即可. 原文地址:https://www

zsh 自动补全导致命令显示重复

关键字:autocomplete, zsh, backspace, securecrt, xterm, linux console 举个例子: 输入命令ls  然后按TAB补全试试,发现竟然是这样的 补全多出了一个ls.其他命令也会出同样的问题,不一定是double了,可能是duplicate了一部分 你可以尝试按backspace删除,前面一部分字母怎么也删不掉~~,然后修改补全的命令的时候也容易修改错,执行的和显示的对不上 例外情况: 如果仅仅是backspace乱码或无法删除问题,请检查编