first_page

WordPress Upgrade Notes

I spent way too much time trying to get the right glyphs to show up in phpMyAdmin. For some reason now unknown to me, the Windows offline WordPress site shows the glyphs correctly—but, in phpMyAdmin, garbage. This is the current view of the data trail:* A MySQL dump to a text file produces UTF8 (?) and is downloaded in a binary FTP format to a Windows machine.

  • In Notepad++, Format > Convert to Windows Format and Format > UTF-8 without BOM are selected. There are so many ways to go wrong here.
  • In phpMyAdmin, the SQL tab is selected and the encoded text file is loaded and run with utf8 encoding.
  • Common sense dictates that the same database users on the live server should be added to the offline, “backup” server. This took me awhile…

It also took way too long to discover that, under the ./rasxlog/wp-admin/ Options tab, both WordPress address (URI): and Blog address (URI): had to be set. I was trying to set these values in phpMyAdmin using the guidance of “Installing WordPress on your own Windows computer.”### Selected Related Resources

[Upgrading WordPress](http://codex.wordpress.org/Upgrading_WordPress) Direct from the org codex.
[Installing WordPress on your own Windows computer](http://www.urbangiraffe.com/2005/05/22/installing-wordpress-on-your-own-windows-computer/) A [WAMP](http://www.wampserver.com/en/)-centric and excellent summary.
[WordPress on Windows and IIS](http://blog.lotas-smartman.net/archive/2004/12/16/WordpressonWindowsandIIS.aspx) A Blog post that leads to other WordPress posts.
[Installation Issues on Microsoft Internet Information Server (IIS)](http://codex.wordpress.org/User:ringmaster/IIS) WordPress.org hosts this advice so it has an official tone.

Comments

araba, 2008-08-24 16:26:20

good. Thanks. Good works

rasx()