in reply to Re: DBI/MySQL/MariaDB clone tables across DB Connections
in thread DBI/MySQL/MariaDB clone tables across DB Connections
execute_for_fetch and execute_array were new to me...
> I would go the route of dumping things to files and then importing from files
It's a multi-user web application were users are copying (relatively small amount) of config data across servers.
Those are "transported" in temp tables which can be easily checked and reproduced.
So I'd rather avoid managing temp files per user on the web-server...
Cheers Rolf
(addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBI/MySQL/MariaDB clone tables across DB Connections
by Bod (Parson) on Apr 06, 2023 at 21:37 UTC |