MySQL數(shù)據(jù)庫自動(dòng)補(bǔ)全命令的三種方法
注意:第三種方法要在 XSell 中使用,在 finalsell 中使用不了
方式一:臨時(shí)使用自動(dòng)補(bǔ)全功能方式二:永久使用自動(dòng)補(bǔ)全功能
vim /etc/my.cnf[mysql]auto-rehash方式三:使用軟件mycli實(shí)現(xiàn)自動(dòng)補(bǔ)全功能
此方法需要使用在線源進(jìn)行軟件包的安裝
yum -y install epel-releaseyum -y install python-pipyum -y install python-develyum clean allyum -y install gcc libffi-devel openssl-devel && pip install --ignore-installed mycli==1.8.0yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel gccwget https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tgzmkdir ~/.pip/cat > ~/.pip/pip.conf <<EOF[global]index-url = https://mirrors.aliyun.com/pypi/simple/[install]trusted-host=mirrors.aliyun.comEOFyum -y install libffi-devel zlib* python-devel openssl-develtar -zxf Python-3.9.0.tgzcd Python-3.9.0/./configure --prefix=/usr/local/python --with-sslmake && make install ln -s /usr/local/python/bin/python3 /usr/bin/echo ’export PATH=/usr/local/python/bin:$PATH’ >> /etc/profile source /etc/profilepip3 install myclimycli
到此這篇關(guān)于MySQL數(shù)據(jù)庫自動(dòng)補(bǔ)全命令的三種方法的文章就介紹到這了,更多相關(guān)MySQL 自動(dòng)補(bǔ)全命令內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!
相關(guān)文章:
1. 巧用SQL語言在ACCESS數(shù)據(jù)庫中批量替換內(nèi)容2. MySql導(dǎo)出后再導(dǎo)入數(shù)據(jù)時(shí)出錯(cuò)問題3. 如何將mysql表的內(nèi)容追加導(dǎo)入另一張表4. 如何實(shí)現(xiàn)MySQL數(shù)據(jù)庫的備份與恢復(fù)6. Microsoft SQL Server 查詢處理器的內(nèi)部機(jī)制與結(jié)構(gòu)(1)7. Mysql事務(wù)特性和級(jí)別原理解析8. mysql數(shù)據(jù)庫中最常用的時(shí)間轉(zhuǎn)換函數(shù)的用法9. Windwos下MySQL 64位壓縮包的安裝方法學(xué)習(xí)記錄10. MySQL全文搜索之布爾搜索

網(wǎng)公網(wǎng)安備