Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One file per table export #5037

Closed
pma-import opened this issue Jun 25, 2003 · 11 comments
Closed

One file per table export #5037

pma-import opened this issue Jun 25, 2003 · 11 comments
Assignees
Labels
enhancement A feature request for improving phpMyAdmin
Milestone

Comments

@pma-import
Copy link

Feature: phpMyAdmin should have and option when
exporting multiple tables to generate one file per
table (e.g. when exporting tblA, tblB and tblC it
should generate 3 files tblA.sql, tblB.sql, tblC.sql).

Now I know this is impossible in the direct "stream"
export (none, gzipped, zipped, bzipped), but maybe it
could be supported by a .tar.gz option.


- Original URL: https://sourceforge.net/p/phpmyadmin/feature-requests/342/
- Original author: philipx

@pma-import
Copy link
Author

- assigned_to: nobody —> nijel


- Original author: nijel

@pma-import
Copy link
Author

Logged In: YES
user_id=192186

However ths is much simmilar to RFE #730197 :-)


- Original author: nijel

@pma-import
Copy link
Author

Logged In: YES
user_id=65985

Now that you pointed it out, yes it is :)

I couldn’t figure out the first time what "partial means" -
I’m kinda uneasy about associating data export with partial :)


- Original author: philipx

@pma-import
Copy link
Author

Logged In: YES
user_id=192186

That one is for creating file for eg. 10000 rows, so it is a
bit different…


- Original author: nijel

@pma-import
Copy link
Author

- labels: 509122 —> Data Export


- Original author: nijel

@pma-import
Copy link
Author

- assigned_to: nijel —> nobody


- Original author: nijel

@pma-import
Copy link
Author

  • labels: Data Export --> Data Export, gsoc
  • assigned_to: Isaac Bennetch
  • Group: --> Needs_decision

  • Original author: ibennetch

@pma-import
Copy link
Author

  • Priority: 5 --> Normal

  • Original author: lem9

@pma-import
Copy link
Author

Do we have to achieve this with or without buffering? Currently both compression methods during export use buffering. Should this be done using same technique?


  • Original author: ashut0sh

@pma-import
Copy link
Author

  • labels: Data Export, gsoc --> Data Export, gsoc, gsoc 2015
  • summary: One file per table export --> (ok 4.5) One file per table export
  • status: open --> resolved

  • Original author: ibennetch

@pma-import
Copy link
Author

Implemented with #1744


  • Original author: ibennetch

@pma-import pma-import added the enhancement A feature request for improving phpMyAdmin label Jul 24, 2015
@pma-import pma-import added this to the 4.5 milestone Jul 24, 2015
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement A feature request for improving phpMyAdmin
Projects
None yet
Development

No branches or pull requests

3 participants
@ibennetch @pma-import and others