OUTFILE probs.
hi i have Mysql 5.1 intalled on my window xp pc...
i want to know where is outfile stored.
my following command executed successfully on the command prompt:
SELECT CDName,InStock,Category
INTO OUTFILE 'MN_OUT.txt'
FROM MN;
now i am not able to get where is my MN_OUT.txt has been stored .......pls. help me out on this.
or how to give a desired path location to store MN_OUT.txt ?
__________________
sandeep gupta
Last edited by sandeepgreaternoida; April 10th, 2009 at 07:31 AM..
Reason: location
|