I have been trying this for a long. I have a table "university" in my database which i want to export as mysql dump to my /$home/fuzkabir/public_html folder I tried in mysql
mysqldump u- username -p password `u_fuzkabir`.`university` > /$home/fuzkabir/public_html;
may be there's a mistake. I just want to export data to my /$home/fuzkabir/public_html from my database. How can I do that.
Plz help.
On Sun, Oct 4, 2009 at 12:46 PM, Fuz Kabir fuzkabir@yahoo.com wrote:
I have been trying this for a long. I have a table "university" in my database which i want to export as mysql dump to my /$home/fuzkabir/public_html folder I tried in mysql
mysqldump u- username -p password `u_fuzkabir`.`university` >
/$home/fuzkabir/public_html;
It's -u, not u-. Marco
toolserver-l@lists.wikimedia.org