Page 1 of 1

[SOLVED]Where is Page Data Kept in Database?

Posted: Sat Aug 04, 2012 2:52 pm
by sugna
CMSMS 1.4.1
MySQL 4

I have a CMSMS MySQL Database and need to extract the page content so I can add it to a another site.

For example:

"About Us
This about our company...."

I looked in the DB and found the pages but can't track down the content within the pages.

Does this exist somewhere else?

Shane

Re: Where is Page Data Kept in Database?

Posted: Sat Aug 04, 2012 5:17 pm
by frankmanl
How about table cms_content_props?
The content seems to be in there, but there is more in it.

Re: Where is Page Data Kept in Database?

Posted: Sat Aug 04, 2012 5:25 pm
by sugna
Thank You frankmanl

Answer:
cms_content_props

Re: [SOLVED]Where is Page Data Kept in Database?

Posted: Sat Aug 04, 2012 5:30 pm
by carasmo
Thanks! Been along time since I looked at the database, but I remember years ago I just updated via that cause I forgot the login.