Restore di un solo database da un dump mysqldump: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 July 2024

  • curprev 17:0217:02, 3 July 2024 Gabriele.vivinetto talk contribs 372 bytes +372 Created page with "Se si dispone di un dum mysql che contient tutti i database di una istanza, e si vuole far eil restore di uno solo: <code>mysql -u root -p --one-database destdbname < alldatabases.sql</code> == Riferimenti == * [https://stackoverflow.com/questions/2342356/import-single-database-from-all-databases-dump Import single database from --all-databases dump - Stack Overflow]" Tag: Visual edit