Note: The third method is only used in XSell and cannot be used in finalsell. Method 1: Temporarily use the auto-complete functionmysql -u root -p --auto-rehash Method 2: Use the autocomplete function permanentlyvim /etc/my.cnf [mysql] auto-rehash Method 3: Use the mycli software to implement automatic completionThis method requires the use of online sources to install the package yum -y install epel-release yum -y install python-pip yum -y install python-devel yum clean all yum -y install gcc libffi-devel openssl-devel && pip install --ignore-installed mycli==1.8.0 yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel gcc wget https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tgz mkdir ~/.pip/ cat > ~/.pip/pip.conf <<EOF [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com EOF yum -y install libffi-devel zlib* python-devel openssl-devel tar -zxf Python-3.9.0.tgz cd Python-3.9.0/ ./configure --prefix=/usr/local/python --with-ssl make && make install ln -s /usr/local/python/bin/python3 /usr/bin/ echo 'export PATH=/usr/local/python/bin:$PATH' >> /etc/profile source /etc/profile pip3 install mycli mycli This concludes this article about three methods of automatically completing commands in the MySQL database. For more information about automatically completing commands in MySQL, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Pure CSS3 to achieve pet chicken example code
>>: JavaScript removes unnecessary properties of an object
Preface So I wrote this blog. This blog also reco...
Preface: In Vue, props can be used to connect ori...
We need to first combine the air quality data wit...
<table id=" <%=var1%>">, the...
Table of contents Download tf-gpu Build your own ...
Table of contents 1. Prepare data Create a data t...
Mininet Mininet is a lightweight software defined...
The most popular tag is IE8 Browser vendors are sc...
Preface Readers who are familiar with MySQL may f...
1. Environmental Preparation 1.MySQL installation...
W3Cschool explains it this way The <meta> el...
Preface: In the MySQL system, there are many diff...
Syntax format: row_number() over(partition by gro...
Table of contents Component Infrastructure Purpos...
Installation environment: CentOS7 64-bit MINI ver...