Hello,
Thank you for your answer...but.
I'm a newbie of mysql but your syntax doesn't I select every column, and saving the information to a textfile, or? That means I have to read all my tables and save the information to different textfiles, or am I wrong?
I want to package all my tables ifrom my database " division" and export it like a *.SQL-file like I do from the "c:/mysql/bin-promt" where I export my hole database:
mysqldump -u username -ppassword database_name > FILE.sql
Regards // D_S