在MySQL监视器中阅读MySQL手册? [英] Reading MySQL manuals in MySQL monitor?

查看:75
本文介绍了在MySQL监视器中阅读MySQL手册?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问题:要有效阅读MySQL手册

Problem: To read MySQL's manual effectively

错误:

mysql> create database plastronics
    -> ;
ERROR 1007 (HY000): Can't create database 'plastronics'; database exists
mysql>

问题:如何像 Vim ::h 1007"?

Question: How do I check it quickly like in Vim: ":h 1007"?

我正在阅读的介绍材料

推荐答案

解决问题的方法

  1. 在屏幕上为MySQL创建一个类似于Vim的K按钮. 请注意,不可能将所有手册都放在K下.
  1. Make a Vim-like K button for MySQL in Screen. Note that it is not possible to put all manuals under K.

实际解决方案

  1. 将MySQL手册下载到您的计算机. (不确定Sun是否提供了它们的压缩文件)
  2. 在.screenrc
  3. 中为 M ysql的手册创建绑定Ctrl-A Esc Ctrl-m
  1. Download MySQL manuals to your computer. (not sure whether Sun gives zip-files of them)
  2. make a binding Ctrl-A Esc Ctrl-m for instance for Mysql's manuals in .screenrc

请通过

man screen

或通过pinfo

pinfo screen

这篇关于在MySQL监视器中阅读MySQL手册?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆