Reading MySQL manuals in MySQL monitor?

后端 未结 2 1011
野的像风
野的像风 2021-01-15 06:31

Problem: To read MySQL\'s manual effectively

Error:

mysql> create database plastronics
    -> ;
ERROR 1007 (H         


        
2条回答
  •  北恋
    北恋 (楼主)
    2021-01-15 07:04

    Solution to your problem

    1. Make a Vim-like K button for MySQL in Screen. Note that it is not possible to put all manuals under K.

    Practical solution

    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

    Please, search/read Screen's manual for more info by

    man screen
    

    or by pinfo

    pinfo screen
    

提交回复
热议问题