i think the commands go something like this:
Code: Select all
c:\mysql\bin\mysqldump -uusername -ppassword -ddatabase name > backup.sql
my DB is too large to backup up via phpmyadmin and even if i do it table by table its still too large cuz phpbb_post_text is something around 60MB.
thanx in advance.