MySQL Forums
Forum List  »  Backup

Re: Backup MySQL Server 5.1.45
Posted by: Jack Brassard
Date: September 17, 2010 04:14PM

I think your main issue is that you are trying to run it from within the mysql environment. You need to go to a command prompt (i.e. c:\>) so for windows you would do:

c:\> mysqldump -u [username] -p [password] test> testback.sql;

Basically you need to run it outside of mysql. Running it the way you are currently doing will not work, you have to run from the command line.

HTH.

Options: ReplyQuote


Subject
Views
Written By
Posted
4555
September 09, 2010 09:11AM
1929
September 12, 2010 12:49PM
1586
September 18, 2010 07:48AM
3054
September 19, 2010 08:56AM
1870
September 19, 2010 09:01AM
Re: Backup MySQL Server 5.1.45
2392
September 17, 2010 04:14PM
1507
September 18, 2010 07:42AM
4216
September 19, 2010 09:04AM
1713
September 19, 2010 10:07PM
1696
September 20, 2010 05:18AM
1594
September 20, 2010 10:51AM
1672
September 20, 2010 09:01PM
1675
September 21, 2010 12:03AM
1744
September 21, 2010 04:43AM
1669
September 21, 2010 03:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.