私の場合、インサートするレコード数を分割(約20,000レコード → 5,000レコード単位で分割)することで、エラーは出なくなりました。 この記事で使用したソフトウェアのバージョンを記載しておきます。 Python の mysql-connector-python で20,000レコードほどの ...
MySQL connection validates successfully when saving it, with the "Connection tested successfully" message. If I change the password or user it throws the correct error: Couldn’t connect with these ...
Happens in any query, so is not related to the query itself, I tried many config in the connection, this is the connection code. import { drizzle } from "drizzle-orm/mysql2"; import mysql from "mysql2 ...