2022-09-19から1日間の記事一覧

プロシージャの再帰呼び出し

DB

4DBともにプロシージャの再帰実行は可能ただし、MySQLはサーバパラメータの変更が必要 MySQL (8.0.29) select @@max_sp_recursion_depth;set session max_sp_recursion_depth=255;select @@max_sp_recursion_depth; drop procedure proc1; delimiter //creat…

{IoT Core}3. IoT Core のセットアップ

AWS

https://catalog.us-east-1.prod.workshops.aws/workshops/b3e0b830-79b8-4c1d-8a4c-e10406600035/ja-JP https://qiita.com/ekzemplaro/items/a95df050833204c266fb モノ -- 証明書 -- ポリシー -- 1. コマンド等のインストール -- 1.1 aws cli version 2 イ…

{IoT Events}シンプルな step-by-step 例

AWS

https://dev.classmethod.jp/articles/aws-iot-events-ga/ https://docs.aws.amazon.com/ja_jp/iotevents/latest/developerguide/iotevents-getting-started.html https://docs.aws.amazon.com/ja_jp/iotevents/latest/developerguide/iotevents-simple-exam…