MySQL
 Computer >> コンピューター >  >> プログラミング >> MySQL

MySQLサーバー側のヘルプカテゴリのリストを取得するにはどうすればよいですか?


ヘルプコマンドにキーワードの内容を指定することで、MySQLサーバー側のヘルプカテゴリのリストを取得できます。

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
   Procedures
   Storage Engines
   Table Maintenance
   Transactions
   User-Defined Functions
   Utility

  1. Windows 10でヘルプを取得するにはどうすればよいですか?

    一部の人にとっては、Windows 10の問題が発生した場合、Windows10でヘルプを取得する方法のポップアップウィンドウを上げることができると言われています F1を押すと またはFn + F1 MicrosoftがWindows10の問題の修正を支援できるようにするため。 ここでは、Windows 10の機能と最も頻繁に見られるエラー、および対象を絞った強力なソリューションについて十分な情報を得ることができます。この記事は、Windows10の概要と見なすことができます。 Windows 10でヘルプを取得するには? 予期せぬことに、問題が発生したり、アプリケーションが機能し

  2. Pythonでディレクトリの内容を一覧表示するにはどうすればよいですか?

    os.listdir(my_path)は、my_pathディレクトリにあるすべてのもの(ファイルとディレクトリ)を取得します。 例 次のように使用できます: >>> import os >>> os.listdir('.') ['DLLs', 'Doc', 'etc', 'include', 'Lib', 'libs', 'LICENSE.txt', 'NEWS.txt', 'python.exe'