Analysis & transfert between CMS Made Simple (CMSMS) and WordPress (WP) DataBases.
WORK IN PROGRESS...
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
Intresting tables :
- cms_module_news.sql
- cms_module_news_categories.sql
- cms_module_news_fielddefs.sql
- cms_module_news_fieldvals.sql
- cms_users.sql
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