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: 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 readingmysql> create database plastronics
-> ;
Query OK, 1 row affected (0.00 sec)
mysql>
