rpm -iv    mysql-refman-5.-en-html-chapter-1-.noarch.rpm
安装后,从哪里打开这帮助手册。

解决方案 »

  1.   

    mysql> help contents
    You asked for help about help category: "Contents"
    For more information, type 'help <item>', where <item> is one of the following
    categories:
       Account Management
       Administration
       Compound Statements
       Data Definition
       Data Manipulation
       Data Types
       Functions
       Functions and Modifiers for Use with GROUP BY
       Geographic Features
       Help Metadata
       Language Structure
       Plugins
       Table Maintenance
       Transactions
       User-Defined Functions
       Utilitymysql> help Data Types
    You asked for help about help category: "Data Types"
    For more information, type 'help <item>', where <item> is one of the following
    topics:
       AUTO_INCREMENT
       BIGINT
       BINARY
       BIT
       BLOB
       BLOB DATA TYPE
       BOOLEAN
       CHAR
       CHAR BYTE
       DATE
       DATETIME
       DEC
       DECIMAL
       DOUBLE
       DOUBLE PRECISION
       ENUM
       FLOAT
       INT
       INTEGER
       LONGBLOB
       LONGTEXT
       MEDIUMBLOB
       MEDIUMINT
       MEDIUMTEXT
       SET DATA TYPE
       SMALLINT
       TEXT
       TIME
       TIMESTAMP
       TINYBLOB
       TINYINT
       TINYTEXT
       VARBINARY
       VARCHAR
       YEAR DATA TYPEmysql> help TIME
    Name: 'TIME'
    Description:
    TIMEA time. The range is '-838:59:59' to '838:59:59'. MySQL displays TIME
    values in 'HH:MM:SS' format, but permits assignment of values to TIME
    columns using either strings or numbers.URL: http://dev.mysql.com/doc/refman/5.5/en/date-and-time-type-overview.html
      

  2.   

    去哪里下啊。我不想用pdf格式的。不方便查看。
    我想能够离线查看一些mysql api。我去http://dev.mysql.com/doc/
    下了refman-5.1-en.man.tar.gz
    解压后发现refman-5.1-en.man目录下的文件很少,是不是该帮助文档不全啊。
    试着
    man mysql_fetch_row
    找不到相关信息。
      

  3.   

    怎么把
    http://dev.mysql.com/doc/refman/5.1/en/mysql-num-fields.html这整个MySQL 5.1 Reference Manual 
    下载到本地,离线使用呢?