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.
进入basedir目录:
cd /usr/local/mysql/share
mysql -h127.0.0.1 -P3306 -uroot -pXXXXX mysql<fill_help_tables.sql
原文:http://blog.51cto.com/13544424/2091917