Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 820 Bytes

File metadata and controls

49 lines (35 loc) · 820 Bytes

WP-vs-CMSMS

Analysis & transfert between CMS Made Simple (CMSMS) and WordPress (WP) DataBases.

WORK IN PROGRESS...

WP DB Analysis

Intresting tables :

  • wp_posts.sql
    • ID
    • post_date_gmt
    • post_title
    • post_type
    • post_status
    • post_name
    • post_content
  • wp_term_relationships.sql
  • wp_term_taxonomy.sql
  • wp_terms.sql

CMSMS DB Analysis

Intresting tables :

  • cms_module_news.sql
  • cms_module_news_categories.sql
  • cms_module_news_fielddefs.sql
  • cms_module_news_fieldvals.sql
  • cms_users.sql

TO DO LIST

Next steps :

  • Read both WP and CMSMS DB
  • Write into WP and CMSMS DB
  • Analyse both table to find links
  • Configure the script to copy from a DB into the other DB

Warning :

  • Check relative url of pics

To include :

  • TUTO : How to make a DB DUMP from MySQL

by undless