MySQL 8.0 リファレンスマニュアル検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 122 for string (0.009 sec.)
MySQL :: MySQL 8.0 リファレンスマニュアル :: 13.2.7 LOAD DATA ステートメント 7394
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... harset_name ] [{FIELDS | COLUMNS} [TERMINATED BY ' string '] [[OPTIONALLY] ENCLOSED BY ' char '] [ESCAPED BY ... ' char '] ] [LINES [STARTING BY ' string '] [TERMINATED BY ' string '] ] [IGNORE number {LI ... 通の接頭辞がある場合は、 LINES STARTING BY ' prefix_string ' を使用して接頭辞 およびそれより前のもの をスキッ ... を使用したこのような出力の例を次に示します。 "1","a string","100.20" "2","a string containing a , comma","102 ...
https://man.plustar.jp/mysql/load-data.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 23.4.7 ndb_config — NDB Cluster 構... 7394
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... に基づくすべてのNDBリリースでサポート 8.0) --fields=string , -f フィールド区切り文字 (MySQLに基づくすべてのND ... くすべてのNDBリリースでサポート 8.0) -c --ndb-connectstring の短縮形 (MySQLに基づくすべてのNDBリリースでサポー ... ト 8.0) --query=string , -q 1 つ以上のクエリーオプション (属性) (MySQLに基 ... Lに基づくすべてのNDBリリースでサポート 8.0) --rows=string , -r 行区切り文字 (MySQLに基づくすべてのNDBリリース ...
https://man.plustar.jp/mysql/mysql-cluster-programs-ndb-config.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 13.7.1.10 SET PASSWORD ステートメン... 7394
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... RD [FOR user ] auth_option [REPLACE ' current_auth_string '] [RETAIN CURRENT PASSWORD] auth_option : { = ' a ... uth_string ' | TO RANDOM } SET PASSWORD ステートメントは、MyS ... かどうかを管理する句を含めることもできます。 ' auth_string ' および ' current_auth_string ' はそれぞれクリアテ ... ントです。 例: ALTER USER user IDENTIFIED BY ' auth_string '; 注記 ランダムパスワード生成、パスワード検証およ ...
https://man.plustar.jp/mysql/set-password.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 13.7.1.3 CREATE USER ステートメント 7208
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... word_option | lock_option ] ... [COMMENT ' comment_string ' | ATTRIBUTE ' json_object '] user : (see セクショ ... ント名の指定」) auth_option : { IDENTIFIED BY ' auth_string ' | IDENTIFIED BY RANDOM PASSWORD | IDENTIFIED WIT ... uth_plugin | IDENTIFIED WITH auth_plugin BY ' auth_string ' | IDENTIFIED WITH auth_plugin BY RANDOM PASSWORD ... | IDENTIFIED WITH auth_plugin AS ' auth_string ' } tls_option : { SSL | X509 | CIPHER ' cipher ' ...
https://man.plustar.jp/mysql/create-user.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 10.14 文字セットへの照合順序の追加 7146
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... の重みの相対的な大きさに従って比較されます。 WEIGHT_STRING() 関数を使用すると、文字列内の文字の重みを確認でき ... た返される値はバイナリ文字列であるので、 HEX(WEIGHT_STRING( str )) を使用して重みを出力可能な形式で表示すると ... が異なることを示しています: mysql> SELECT HEX(WEIGHT_STRING('AaBb' COLLATE latin1_swedish_ci)); +------------- ... ------------------------------------+ | HEX(WEIGHT_STRING('AaBb' COLLATE latin1_swedish_ci)) | +------------ ...
https://man.plustar.jp/mysql/adding-collation.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 12.14 暗号化関数と圧縮関数 6664
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... ジオメトリプロパティー関数 Pointプロパティー関数 LineString および MultiLineString のプロパティー関数 Polygon ... さは、次の公式を使用して計算できます。 16 * (trunc( string_length / 16) + 1) 鍵の長さが 128 ビットの場合、 ke ... のレプリケーションでは安全ではありません。 COMPRESS( string_to_compress ) 文字列を圧縮し、その結果をバイナリ文 ... IGEST() 関数の説明を参照してください。 UNCOMPRESS( string_to_uncompress ) COMPRESS() 関数で圧縮された文字列を ...
https://man.plustar.jp/mysql/encryption-functions.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 13.1.20 CREATE TABLE ステートメント 6602
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... CREMENT] [UNIQUE [KEY]] [[PRIMARY] KEY] [COMMENT ' string '] [COLLATE collation_name ] [COLUMN_FORMAT {FIXED ... | DYNAMIC | DEFAULT}] [ENGINE_ATTRIBUTE [=] ' string '] [SECONDARY_ENGINE_ATTRIBUTE [=] ' string '] [ST ... VISIBLE] [UNIQUE [KEY]] [[PRIMARY] KEY] [COMMENT ' string '] [ reference_definition ] [ check_constraint_def ... | index_type | WITH PARSER parser_name | COMMENT ' string ' | {VISIBLE | INVISIBLE} |ENGINE_ATTRIBUTE [=] ' ...
https://man.plustar.jp/mysql/create-table.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 6.2.18 プロキシユーザー 6602
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... lhost' IDENTIFIED WITH my_auth_plugin AS ' my_auth_string '; -- create proxied account and grant its privile ... して認証を実行します。 my_auth_plugin が、 ' my_auth_string ' の内容に基づいて、外部認証システムを参照すること ... サーバーがプラグインに渡す文字列を指定する AS ' auth_string ' 句が続きます。 存在する場合、この文字列は、プロキ ... R ''@'' IDENTIFIED WITH some_plugin AS ' some_auth_string '; -- create anonymous account CREATE USER ''@'%' ...
https://man.plustar.jp/mysql/proxy-users.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 13.8.3 HELP ステートメント 6541
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... ートメント 13.8.3 HELP ステートメント HELP ' search_string ' HELP ステートメントは、『 MySQL リファレンスマニ ... : Syntax: REPLACE(str,from_str,to_str) Returns the string str with all occurrences of the string from_str re ... placed by the string to_str. REPLACE() performs a case-sensitive match ... Functions | Numeric Functions | Y | | Functions | String Functions | Y | +----------------------+---------- ...
https://man.plustar.jp/mysql/help.html - [similar]
MySQL :: MySQL 8.0 リファレンスマニュアル :: 23.3.3.1 NDB Cluster 構成: 基本例 6541
Skip to Main Content . MySQL 8.0 リファレンスマニュアル 序文と法的通知 一般情報 MySQL のインスト ... ndbcluster storage engine, and provide connection string for # management server host (default port is 1186 ... ) [mysqld] ndbcluster ndb-connectstring=ndb_mgmd.mysql.com # provide connection string for ... nt server host (default port: 1186) [ndbd] connect-string=ndb_mgmd.mysql.com # provide connection string for ... server host (default port: 1186) [ndb_mgm] connect-string=ndb_mgmd.mysql.com # provide location of cluster c ...
https://man.plustar.jp/mysql/mysql-cluster-config-example.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT