程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> MYSQL數據庫 >> MySQL綜合教程 >> MYSQL:如何使用MYSQL命令行的自動補全功能

MYSQL:如何使用MYSQL命令行的自動補全功能

編輯:MySQL綜合教程


MYSQL:如何使用MYSQL命令行的自動補全功能   使用MYSQL -I命令,查看MYSQL命令的參數,其中對--auto-rehash參數的說明如下: --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.   www.2cto.com   網上也找了一些資料,說是打開MYSQL的自動補全功能,類似於LINUX的TAB鍵補全功能。 但如下使用該參數後,輸入SQL命令,中途按TAB健,並未出現自動補全的效果,不知道如何操作:   [sql]  C:\Users\qxl>mysql -u root --auto-rehash   Welcome to the MySQL monitor.  Commands end with ; or \g.   Your MySQL connection id is 29   Server version: 5.1.28-rc-community MySQL Community Server (GPL)      Type 'help;' or '\h' for help. Type '\c' to clear the buffer.      mysql> use test   Database changed   mysql> select * from newnam    

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved