|
Home > Archive > MySQL Databases > July 2005 > Dumping MySQl Database
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Dumping MySQl Database
|
|
| Capn' Crunch 2005-07-15, 3:24 am |
| Greetings
I need to dump my MySQL DB to an SQL file so I can import all the
metadata and row data into the DB on My Web Domains server.
Can anyone tell me how to accomplish this?
I'm new to MySQL
Thanks!
| |
| Tim Fevens 2005-07-18, 8:23 pm |
| If you have PHP running on the server you wish o dump the DB from I
would recommend using phpmyadmin (phpmyadmin.net) as it is a GREAT tools
for MySQL administration. Otherwise, you could use MySQL Front, or some
other third party tool to do it.
I'm pretty sure it can done through a command prompt as well, I'm just
not sure how to do it.
| |
| Capn' Crunch 2005-07-19, 9:23 am |
| In article <AKXCe.136947$9A2.96274@edtnps89>, tfevens@gmail.com says...
> If you have PHP running on the server you wish o dump the DB from I
> would recommend using phpmyadmin (phpmyadmin.net) as it is a GREAT tools
> for MySQL administration. Otherwise, you could use MySQL Front, or some
> other third party tool to do it.
>
> I'm pretty sure it can done through a command prompt as well, I'm just
> not sure how to do it.
>
Thanks. I tried that MySQL Front, it worked like a charm.
|
|
|
|
|