Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
MySQL export from 4.0.x to 4.1x
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
doom4
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 119
Location: South Africa

PostPosted: Tue May 30, 2006 8:50 pm    Post subject: MySQL export from 4.0.x to 4.1x Reply with quote

i try to export my 4.0.x database to transfer it to another server with a running 4.1.x but it seems not working.

i tried to export it with phpmyadmin in the console with mysqldump.

does anybody has an idear?

greets
Back to top
View user's profile Send private message
Philantrop
Retired Dev
Retired Dev


Joined: 21 Dec 2004
Posts: 1130
Location: Germany

PostPosted: Tue May 30, 2006 8:58 pm    Post subject: Re: MySQL export from 4.0.x to 4.1x Reply with quote

doom4 wrote:
i try to export my 4.0.x database to transfer it to another server with a running 4.1.x but it seems not working.


Without you elaborating on the part I boldly marked ;) above? Hardly.

What does mysqldump say? Do you get any error?
Back to top
View user's profile Send private message
magic919
Advocate
Advocate


Joined: 17 Jun 2005
Posts: 2182
Location: Berkshire, UK

PostPosted: Tue May 30, 2006 9:23 pm    Post subject: Reply with quote

Ignoring my learned friend's split infinitive he has a point.

You'll need to help pinpoint where it is failing. Does mysqldump seem ok? Then does the import look fine? Does the database appear? Is this just a permissions/rights problem with the database when imported into the 4.1? Did you grant the correct rights? Can you check all this on the command line??
Back to top
View user's profile Send private message
doom4
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2004
Posts: 119
Location: South Africa

PostPosted: Wed May 31, 2006 7:05 am    Post subject: Reply with quote

sorry i totally forget about that ups :)

okay with phpmyadmin it exports it but forgets some ' so i cant import it without adding everywhere '. so funny thing is that there are some ' but not everywhere.

mysqldump works fine but it doesent export german special character like öäü.

thats what i get from phpmyadmin see the bold part there is the ' for example missing:

INSERT INTO `mos_akobook` VALUES ('1', 'xxxxx', 'xxx xxx', 'xxx@xxx', '', , '2', 'Huhu Ihr beiden. - Das ist ja ne tolle Idee. - Ich hoffe, ich höre so etwas von und über Euch - auch wenn Ihr in weiter Ferne weilt -\r\n\r\nViele liebe Grüße von Ulli', 'xxxx', NULL, 'n', NULL, '1', '', '', '');

this is what i get from mysqldump look again at the bold part:

INSERT INTO mos_akobook VALUES (1,'xxxxx','xxxx','xxx
.de','','',2,'Huhu Ihr beiden. - Das ist ja ne tolle Idee. - Ich hoffe, ich h?re
so etwas von und ?ber Euch - auch wenn Ihr in weiter Ferne weilt -\r\n\r\nViele
liebe Gr??e von Ulli','xxxx',NULL,'n',NULL,1,'','','');


thx for help
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security 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