database backups using mysql dump , i need mysql/bin directory to do the following
mysqldump -h myhost -u root -pmypass ijdb > ijdb_backup.sql
where do i find this bin directory, or if that doesnt exist where should put that dump file to make that command work? i m using windows xp
Thanks in advance