MySQL Forums
Forum List  »  Archive Storage Engine

Symbolic file for data on multiple disk...
Posted by: Imtiaz Khadim
Date: June 17, 2008 03:28AM

Hi,

I want to archive my data that from some primary storage to secondary storage(oldest data move after some time)

For secondary storage i have made symbolic file e.g.,
D:\ArchiveData\.

When i want to change this path from D:\ArchiveData\ to
E:\ArchiveData\.

When i access symbolic file using mysql like use symbolicfileme; it should go to E:\ArchiveData\ but it si not going instead it goes to old path. D:\ArchiveData\...

is there any command to tell mySQl to reaload the symbolic file or mysql after some time moving towards the right path....

can any body tells me how to fix this issue


any help will be appreciated..



Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Symbolic file for data on multiple disk...
8457
June 17, 2008 03:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.