Some computer FAQ mostly Linux/Mac

Copy mySQL data to EEE PC or another machine
On PC or Mac or other Linux box:-

cd /username/data/mysql_backup/


sudo /usr/local/mysql/bin/mysqldump -p --all-databases > /username/data/mysql_backup/filename.sql




First make a new directory and change into it. then run the mysqldump command.

BE WELL AWARE I MAKE MY COPY AS A COMPLETE COPY, WHICH OVERWRITES WHATEVER IS ON MY EEE mySQL databases, I prefer to do it this way.

Copy the .sql file to a USB stick and move to Linux EEE and in Terminal log into mySQL, then type:-

############################################################
WARNING: High-Light was unable to convert the text
according to the applied language: sql
############################################################


Remembering commands and how to use them to do what you want to do ....