February 2018
Intermediate to advanced
510 pages
16h 10m
English
To get server-side help from mysql , the following syntax is used.
mysql> help search_string
If you provide any argument after the help command, mysql uses that argument for searching the string for accessing server-side help from the MySQL reference manual content. If there is no match for the searched string, the search operation fails and it appears as follows:
mysql> help meNothing foundPlease try to run 'help contents' fro a list of all accessible topics
If search_string matches multiple contents of a topic, then it shows a list of matching topic items. A topic can also be used as search_string and looks for the entry for the topic. It also contains the wildcard character % and _ , which have the same meaning for ...
Read now
Unlock full access