PDA

View Full Version : Creating mysql dump file



Carixpig
November 28th, 2004, 06:20 PM
Hi all,

I'm trying to do a MySQL dump but from the mysql> prompt or the c:> prompt or the normal command prompt I get the following error:

'mysqldump' is not recognized as an internal or external command

I don't have a mysqldump.exe in the mysql/bin folder. Should I?

All I want to do is create a .sql file so that I can backup and transfer the database.

Thanks,
C

eyezberg
November 28th, 2004, 07:16 PM
have phpmyadmin?
do it from there..

Carixpig
November 28th, 2004, 09:17 PM
Thanks,

Had some trouble but got it working in the end!