Page 1 of 1

mysqldump

PostPosted: 03. September 2007 06:44
by rke4me
I am new to Mysql and XAMPP.

Can you tell me
1. What is mysqldump ?
2. How we can use mysqldump with XAMPP ?
3. is there any tutorial for mysqldump ?

thanks in advance

PostPosted: 03. September 2007 12:37
by skuipers

PostPosted: 04. September 2007 06:42
by rke4me
Thanks for solution.

My problem is that where should I give the command for mysqldump in XAMPP environment ?

Because I created a msql data through XAMPP on my Laptop and now I want to shift that data on my ISP server.

PostPosted: 04. September 2007 06:54
by Izzy
You would use phpMyAdmin in XAMPP to do all your database manipulations.

http://localhost/phpmyadmin

Select or create your database then look for
Export = dump a database to an sql file
Import = import an exported/dumped database sql file.

There is a Documentation and a Wiki link on the phpMyAdmin main/home page

BTW Dump is a Grey Beard term and has been superseded by the term Export.

=================================================
Take a look at the new DeskTopXampp launch control posted by ridgewood:
http://community.apachefriends.org/f/viewtopi ... 967#103967

The DeskTopXampp launch control for XAMPP and XAMPPlite (DTX.exe)
is available here:
http://zedfiles.com/DTX/

I highly recommend DTX.
=================================================

PostPosted: 04. September 2007 14:07
by rke4me
Dear Izzy

Thanks for step-wise instructions.
It's working.

Thanks again for DTX.