MySQL無法查看help內容

  • 問題描述: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 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章