Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
moving myswl databse between windows and linux
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
thecooptoo
Veteran
Veteran


Joined: 27 Apr 2003
Posts: 1353
Location: UK

PostPosted: Sat Nov 20, 2004 11:41 am    Post subject: moving myswl databse between windows and linux Reply with quote

i ve got a Mysql app DB that i am writing at work (win2000). I want to work on it at home as well. For confidentiality reasons i can tsend information over the internet, so configuring it to use i DB isnt on.
I can copy all the windows files to a usbstick and then copy them into /var/lib/mysql/db
chown everyhing to mysql:mysql adn change the case of the suffixes.
phpmyadmin finds the database but then says there are no rows in any of the tables.

Anyone know what Im missing ?
Back to top
View user's profile Send private message
jeremy whiting
Apprentice
Apprentice


Joined: 25 May 2004
Posts: 159
Location: UT

PostPosted: Sat Nov 20, 2004 2:12 pm    Post subject: Reply with quote

the easiest way to copy a mysql database is to do a
Code:
mysqldump yourdatabasename > myfile


then do a
Code:
mysql databaseathomename < myfile

once you copy the dumped file to the computer at home.

that way you don't have to worry about any of mysql's files itself, plus it's fast.
Back to top
View user's profile Send private message
NewBlackDak
Guru
Guru


Joined: 02 Nov 2003
Posts: 512
Location: Utah County, UT

PostPosted: Sat Nov 20, 2004 4:19 pm    Post subject: Reply with quote

You also need to get th emysql table, so all permissions will be the same.
_________________
Gentoo systems.
X2 4200+@2.6 - Athy
X2 3600+ - Myth
UltraSparc5 440 - sparcy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum