Tag: MySQL
Migrating WordPress
Moved this WP (3.0.3) blog from staging in LAN to shared hosting on WebFaction (WF). Scrub “transients” from database — some 400KB of junk, temporary data, to not copy/backup. $ mysql –user=me –password=secret foo_db mysql> delete from wp_options where option_name … Continued