MySQL數(shù)據(jù)庫自動補全命令的三種方法
注意:第三種方法要在 XSell 中使用,在 finalsell 中使用不了
方式一:臨時使用自動補全功能方式二:永久使用自動補全功能
vim /etc/my.cnf[mysql]auto-rehash方式三:使用軟件mycli實現(xià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
到此這篇關于MySQL數(shù)據(jù)庫自動補全命令的三種方法的文章就介紹到這了,更多相關MySQL 自動補全命令內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持好吧啦網(wǎng)!
相關文章:
1. MySQL基本調(diào)度策略淺析2. Access數(shù)據(jù)庫日常維護方法(優(yōu)化)3. 巧用SQL語言在ACCESS數(shù)據(jù)庫中批量替換內(nèi)容4. mybatis 為什么千萬不要使用 where 1=15. Microsoft Office Access設置小數(shù)位數(shù)的方法6. 如何實現(xiàn)MySQL數(shù)據(jù)庫的備份與恢復7. 數(shù)據(jù)庫相關的幾個技能:ACCESS轉(zhuǎn)SQL8. DB2 常用命令小結9. Mysql入門系列:安排預防性的維護MYSQL數(shù)據(jù)庫服務器10. SQL Server靜態(tài)頁面導出技術4

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