show/hide this revision's text 5 more clear; added 13 characters in body

Problem#1:: to read effectively MySQL's manual

Suppose I made a mistake like

Error:

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

I would like to look for MySQL's manual 1007.

How can I quickly read the manual entry for the error 1007?


I am particularly interested in the error because of the different to the Introduction Material

Question:

mysql> create database plastronics
    -> ;
Query OK, 1 row affected (0.00 sec)

mysql>

Clarification

The purpose of the message is not How to concentrate on any individual error message. Since I learn by breaking things, check it would be very helpful to look for explanations offline quickly like in VIM: ":h 1007". Actually, only things ?

Introduction Material I receive now are erro messages due to some harvesting :)was reading

show/hide this revision's text 4 added 50 characters in body

Problem #1: to read effectively MySQL's manual

Suppose I made a mistake like:

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

I would like to look for MySQL's manual 1007.

How can I quickly read the manual entry for the error 1007?

Ps.


I am particularly interested in the error because of the different to the Introduction Material:

mysql> create database plastronics
    -> ;
Query OK, 1 row affected (0.00 sec)

mysql>

Clarification

The purpose of the message is not to concentrate on any individual error message. Since I learn by breaking things, it would be very helpful to look for explanations offline like ":h 1007". Actually, only things I receive now are erro messages due to some harvesting :)

show/hide this revision's text 3 deleted 2 characters in body; added 2 characters in body

Suppose I made a mistake like:

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

I am looking something would like ":h to look for MySQL's manual 1007" in Vim.

How can I quickly read the manual entry for the error 1007?

Ps.

I am particularly interested in the error because of the different to the Introduction Material:

mysql> create database plastronics
    -> ;
Query OK, 1 row affected (0.00 sec)

mysql>

Clarification

The purpose of the message is not to concentrate on any individual error message. Since I learn by breaking things, it would be very helpful to look for explanations offline like ":h 1007". Actually, only things I receive now are erro messages due to some harvesting :)

show/hide this revision's text 2 added 296 characters in body
show/hide this revision's text 1