1. 程式人生 > >MySQL無法查看help內容

MySQL無法查看help內容

help help tables

  • 問題描述:MySQL無法查看help內容
  • mysql> help create user;
    
    Nothing found
    Please try to run ‘help contents‘ for a list of all accessible topics
    
    mysql> help contents;
    
    Nothing found
    
    Please check if ‘help tables‘ are loaded.
    
    • 解決辦法:
    1. 進入basedir目錄:

      cd /usr/local/mysql/share
    2. 將內容導入mysql庫:
      mysql  -h127.0.0.1 -P3306 -uroot -pXXXXX mysql<fill_help_tables.sql 

    MySQL無法查看help內容