2024-05-01から1ヶ月間の記事一覧
MySQL (8.4.0) https://gihyo.jp/dev/serial/01/mysql-road-construction-news/0090 8.0.14以降で使用可能 select user, authentication_string, user_attributesfrom mysql.userwhere user = 'user01'\G create user user01@'%' identified with mysql_nati…
Ubuntu (22) https://qiita.com/bmt/items/b16d90730e9e398774f8 sudo apt install -y gcc g++ python-is-python3 python3 python3-devsudo apt install -y python3-setuptools git mercurialsudo apt install -y qt5-default mercurialsudo apt install -y …
Ubuntu (24)https://qiita.com/cointoss1973/items/54ce4967ed2d09c3bbc1https://github.com/cli/cli/blob/trunk/docs/install_linux.mdhttps://qiita.com/ryo2132/items/2a29dd7b1627af064d7b (type -p wget >/dev/null || (sudo apt update && sudo apt-ge…
MySQL (8.4.0) create user 'user60'@'%' identified by 'user60';grant all on *.* to 'user60'@'%'; status; drop user 'user60'@'%'; ログイン中のユーザを削除可能削除したログイン中ユーザはexitするまでは、SQL発行も可能★ Oracle (23c) create user u…
MySQL (8.4.0)https://gihyo.jp/dev/serial/01/mysql-road-construction-news/0091 -- テストテーブル作成drop table tab1;create table tab1(col1 int);insert into tab1 values(1);select * from tab1;update tab1 set col1 = 2 where col1 = 1;delete fro…
https://www.alibabacloud.com/help/en/tablestore/developer-reference/tablestore-cli https://qiita.com/rakital/items/5dc1309c192f111df35fhttps://www.softbank.jp/biz/blog/cloud-technology/articles/202302/alibaba-tablestore-restfulapi/ -- 1. t…
https://www.sejuku.net/blog/69474https://amg-solution.jp/blog/29887https://daitaideit.com/vba-graph-create-line/https://daitaideit.com/vba-graph-change-sourcedata/https://terakoya.sejuku.net/question/detail/34223https://www.javadrive.jp/ex…
https://zenn.dev/kaikakin/articles/11fb9f07d7d0db -- OSShttps://www.alibabacloud.com/help/ja/oss/user-guide/regions-and-endpoints -- Function Compute https://www.alibabacloud.com/help/ja/fc/developer-reference/endpoints -- Tablestorehttps:…
https://www.alibabacloud.com/help/en/analyticdb-for-mysql/getting-started/getting-started-for-data-warehouse-edition/https://www.alibabacloud.com/en/product/analyticdb-for-mysql Data Warehouse Edition (V3.0) in elastic mode8 Cores 32GB -> …
https://learn.microsoft.com/ja-jp/defender-endpoint/api/exposed-apis-listhttps://learn.microsoft.com/en-us/defender-endpoint/api/exposed-apis-list コンソール(https://security.microsoft.com/)から [パートナーとAPI] -> [APIエクスプローラー] -…
https://qiita.com/uzresk/items/74445f4b5579ccdf1212https://learn.microsoft.com/ja-jp/defender-endpoint/linux-schedule-scan-mdehttps://learn.microsoft.com/en-us/defender-endpoint/linux-update-mde-linuxhttps://learn.microsoft.com/en-us/defen…