| Author |
Message |
Misha Worker


Joined: Jul 30, 2006 Posts: 181 Location: McLean, VA
|
Posted:
Mon Mar 12, 2007 12:01 pm |
|
Finally we got 2.10 I've been eagerly waiting for the release for quite some time, and I believe a lot of folks around were like that Thanks a lot to everybody involved for this great product!
I installed latest XAMPP and tried to emulate my server upgrade on it. I backed up my site database using nuke database backup, and imported it to XAMPP using phpmyadmin. As soon as I was able to figure out what exactly files to run to perform an upgrade, everything went pretty smooth.
I got a few problems after starting the site, however, and one of them is "?" in my texts all over the site instead of some punctuation characters like "-", "'", &nbpsp;... I used latin1_swedish_ci collation to create the new database. Not sure if this is conversion problem, or MySQL backward compatibility problem, or my plain stupidity. Even not sure I will have this problem on the live server - but I want to make sure I don't, before I proceed with real upgrade.
Any ideas are appreciated.
Thanks, Misha. |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 4640
|
Posted:
Mon Mar 12, 2007 9:38 pm |
|
It might be safer to test a backup copy on the live server if you have the ability to have multiple databases. |
|
|
|
 |
Misha Worker


Joined: Jul 30, 2006 Posts: 181 Location: McLean, VA
|
Posted:
Mon Mar 12, 2007 9:46 pm |
|
Thanks, Kevin, I'll think about this option.  |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 14946 Location: Kansas
|
Posted:
Mon Mar 12, 2007 10:01 pm |
|
It definitely sounds like a UTF-8 issue. Let us know if you still experience it on your server. |
|
|
|
 |
Misha Worker


Joined: Jul 30, 2006 Posts: 181 Location: McLean, VA
|
Posted:
Mon Mar 12, 2007 11:03 pm |
|
Looks like it was my mistake - as usual It was utf8 chosen at the time of importing instead of latin1, I was able to recreate the problem and to get rid of it both on XAMPP and on my host, so I'm sure this is solved. Move this to "stupid questions" forum LOL. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7264 Location: Arizona
|
Posted:
Tue Mar 13, 2007 6:54 am |
|
Misha, definitely will not move. I cannot tell you how many times that I have fought even differences in how phpMyAdmin makes a dump vs. what I end up importing locally. Many times I find myself removing from the phpMyAdmin dump all the "collate" statements and then I can tell phpMyAdmin what collation to use on the import and it won't be overriden. |
|
|
|
 |
godfather New Member


Joined: Mar 01, 2007 Posts: 11 Location: Yorkshire
|
Posted:
Mon Mar 19, 2007 10:54 pm |
|
When doing a mysql dump, export etc its always best to set it to ignore foreign keys.. |
|
|
|
 |
|
|
|
|