Exporting with PHPmyadmin

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
rfigley
Forum Commoner
Posts: 70
Joined: Sun Apr 21, 2002 7:10 pm

Exporting with PHPmyadmin

Post by rfigley »

I'm using version 2.2.2, all I see for a data dump is view. Then I guess copy and paste to a text file? Does version 2.2.2 have the export option?
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

Yes

Post by AVATAr »

yes you can do that

first open de DB and in that page you have the option to make a dump (data and/or structure), then you can copy to a text file...

With that dump you can reinstall the DB.
rfigley
Forum Commoner
Posts: 70
Joined: Sun Apr 21, 2002 7:10 pm

Post by rfigley »

OK, I just found there is also a "Save as File" option. That seems to do what I was looking for. The other option is of course as you mentioned.
Post Reply