node-red-nodes/storage/mysql/locales/ja/68-mysql.html

19 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/html" data-help-name="MySQLdatabase">
<p>データベースにアクセスするための認証情報を追加します</p>
<p>タイムゾーンにはGMT, EST5EDT, UTC のような値を設定します</p>
<p>文字セットのデフォルトは古い3バイトのMysql UTF8です絵文字などをサポートする必要がある場合はUTF8MB4 を使用してください</p>
</script>
<script type="text/html" data-help-name="mysql">
<p>MySQLデータベースに対するアクセスを提供します</p>
<p>このノードでは設定したデータベースに対して <b>クエリ</b> INSERTSDELETES
その性質上SQLインジェクションが可能になりますので<i>ご注意ください</i></p>
<p><code>msg.topic</code> にはデータベースに対する <i>クエリ</i> を指定する必要がありますまた結果は <code>msg.payload</code> </p>
<p><code>msg.payload</code> topic </p>
<p>通常返されるペイロードは結果行の配列となります <b></b>: これらは<i>RowDataPacket</i>型であり完全な標準オブジェクトではありません</p>
<p>キーに該当するものが見つからない場合<i>null</i> </p>
<p>再接続のタイムアウトミリ秒 <b>settings.js</b> 1
<pre>mysqlReconnectTime: 30000,</pre></p>
</script>