Tag

mydumper

0 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 22, 2024 · Databases

Testing MySQL Triggers with the LIKE Clause and a More Reliable Approach

This article demonstrates how the MySQL LIKE clause can give misleading results when filtering triggers, walks through a step‑by‑step lab that creates tables and triggers, shows the pitfalls of LIKE, and presents a safer WHERE‑based method for retrieving trigger definitions.

Database TestingLIKE clauseMySQL
0 likes · 7 min read
Testing MySQL Triggers with the LIKE Clause and a More Reliable Approach
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 12, 2023 · Databases

How to Import Large Volumes of Data into MySQL: Tools, Commands, and Performance Tips

This article compares various MySQL data import/export methods—including mysqldump, mydumper, SELECT OUTFILE, and MySQL Shell utilities—explaining their commands, configuration options, performance results, and best‑practice recommendations based on testing with a 10‑million‑row table.

ExportMySQLMySQL Shell
0 likes · 16 min read
How to Import Large Volumes of Data into MySQL: Tools, Commands, and Performance Tips