Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-09-01, 12:43 PM   #1
Bunnyhop
Lord help me, I'm just not that bright
 
Join Date: Jun 2004
Posts: 106
The best thing to do is dump the database into a text file.

Log into your webserver and run

mysqldump databasename > file.txt

mysqldump comes standard with mysql installations. You may need to modify the above a bit if you need to provide username/password authentication.

Then download the file.txt file and you can use any text editor you wish.

mysqldump provides several options to allow you to manipulate the format of the text too if it is necessary for you.

I'm not away of any programs that can parse a MySQL db file directory (besides MySQL itself).
Bunnyhop is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:04 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc