आइए हम MySQL क्लाइंट-सर्वर साइड हेल्प को समझें -
mysql> help search_string
यदि उपरोक्त 'सहायता' कमांड को एक तर्क प्रदान किया जाता है, तो MySQL इसे MySQL संदर्भ मैनुअल की सामग्री से सर्वर-साइड सहायता तक पहुंचने के लिए एक खोज स्ट्रिंग के रूप में उपयोग करेगा। इस कमांड के उचित संचालन के लिए यह आवश्यक है कि mysql डेटाबेस में हेल्प टेबल को हेल्प टॉपिक की जानकारी के साथ इनिशियलाइज़ किया जाए।
यदि खोज स्ट्रिंग के लिए कोई मेल नहीं है, तो खोज ऑपरेशन विफल हो जाता है। आइए इसे समझने के लिए एक उदाहरण लेते हैं -
mysql> help me
आउटपुट
Nothing found Please try to run 'help contents' for a list of all accessible topics
सहायता श्रेणियों की सूची देखने के लिए हम सहायता सामग्री कमांड का उपयोग कर सकते हैं। आइए इसे समझने के लिए एक उदाहरण लेते हैं -
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 Data Definition Data Manipulation Data Types Functions Functions and Modifiers for Use with GROUP BY Geographic Features Language Structure Plugins Storage Engines Stored Routines Table Maintenance Transactions Triggers
यदि खोज स्ट्रिंग एकाधिक मदों से मेल खाती है, तो MySQL मिलान करने वाले विषयों की एक सूची दिखाएगा। आइए इसे समझने के लिए एक उदाहरण लेते हैं -
mysql > help logs
आउटपुट
Many help items for your request exist. To make a more specific request, please type 'help <item>', where <item> is one of the following topics: SHOW SHOW BINARY LOGS SHOW ENGINE SHOW LOGS