View previous topic :: View next topic |
Author |
Message |
doom4 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Sep 2004 Posts: 119 Location: South Africa
|
Posted: Tue May 30, 2006 8:50 pm Post subject: MySQL export from 4.0.x to 4.1x |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
Philantrop Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
Joined: 21 Dec 2004 Posts: 1130 Location: Germany
|
Posted: Tue May 30, 2006 8:58 pm Post subject: Re: MySQL export from 4.0.x to 4.1x |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
magic919 Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 17 Jun 2005 Posts: 2182 Location: Berkshire, UK
|
Posted: Tue May 30, 2006 9:23 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
doom4 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 23 Sep 2004 Posts: 119 Location: South Africa
|
Posted: Wed May 31, 2006 7:05 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|