>I am really struggling with a mysqldump. I am trying to create a dump
>of a complete database called csi_db01 and I am trying to save the dump
>file to My Documents on the C drive.

>I am sure I am doing right, but could somebody email me the full syntax
>to use which comes after the mysql>

if you could send errors you are getting that would be a help for us....

One thing, you don't use mysqldump from the mysql> prompt, you use it from
the msyql directory on your C:/Drive

--example
C:\mysql>bin/mysqldump -u yourusername -pyoupassword --alldatabases >
outfile.sql

specifying the password in the string is not the best way to go....

hth
Jeff

>If I can't get the dump file to work, how do I get the database on my
>local machine up to the remote server. I am using version 4.0.15. Are
>there any bugs?

>Thanks

>Mat




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]






-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to