码迷,mamicode.com
首页 > 数据库 > 详细

MySQL无法查看help内容

时间:2018-03-28 11:00:13      阅读:263      评论:0      收藏:0      [点我收藏+]

标签: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内容

    标签:help   help tables   

    原文地址:http://blog.51cto.com/13544424/2091917

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!