Heater wrote:femindharamshi10,
As you said yourself, the important thing here is your notes. In general your data. In this case held in the files maintained by mysql.
Everything else is disposable. As long as you have your data you can always rebuild a new system and put your data on it.
So the way is clear, ensure your database is backed up regularly. Preferably to different machines in different locations. If you house burns down you want to be able to find your data somewhere else.
So, use whatever means you like to copy those database files off of your Pi on a regular basis.
As for actually reading data directly off of a Pi SD card I would suggest getting Linux running on your PC and just drag-n-drop the files from SD card to it's hard drive. Working with these things gets a lot easier once you have a Linux machine to do it with.
Mostly I would not do that. I would just copy the files over the network using scp or ftp or SAMBA or NFS or Unison or whatever.
thanx alot. but if i cannot rebuild it and the only option i have is to get the mysql database somehow from the memory card so how do i do it ?
when i put the memory card in windows it shows its 67 mb only !
so when i put it in a linux machine will it show all its content ? like if i want /var/www/html from the memory card, will i able to get it ?