I have a huge database which I can't store on my hard drive because of space limitation. Is this possible to be extracted from an external drive while my MYSQL is running on my drive C? If not, how can I respond to this concern?
I think that is possible , but if you store it in external drive , then your application might get slow because the tool has to get data from other drive which will slow down whole process.
What you mean by huge? The
What you mean by huge? The biggest mysql database I've ever seen is 15MB compressed SQLs. Is this huge enough?
I was wondering what you mean by can't store it on hard drive, as big as 100GB or so?
Economics and Finance Guide
It might work.. It is worth
It might work.. It is worth a try, you could try googling it :P
I think that is possible ,
I think that is possible , but if you store it in external drive , then your application might get slow because the tool has to get data from other drive which will slow down whole process.
That is logicall quite
That is logicall quite possible, but may I know what is size of your database table, and are storing it in external drive?