Where is News stored in the MySQL DB? (Solved)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
WarMace
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 25, 2007 5:15 pm
Location: Boston, MA, USA

Where is News stored in the MySQL DB? (Solved)

Post by WarMace »

I'm trying to output all my news so I can play with the data, but can't find the data in MySQL.

I am using News v2.3.0.2
and
MySQL Workbench 5.2
Last edited by WarMace on Tue Sep 28, 2010 5:44 pm, edited 1 time in total.
Duketown

Re: Where is News stored in the MySQL DB?

Post by Duketown »

WarMace,

Have you tried the following in MySQL Workbench:

Code: Select all

SELECT * FROM  `cms_module_news`
'cms' before '_module_news' is the prefix that is set for all the cmsms tables during installation (cms is the default, but could be something different as entered during the installation).

I you can't find it try phpMyAdmin if that is available.

Duketown
User avatar
WarMace
Forum Members
Forum Members
Posts: 30
Joined: Tue Sep 25, 2007 5:15 pm
Location: Boston, MA, USA

Re: Where is News stored in the MySQL DB? (Solved)

Post by WarMace »

Thanks
Post Reply

Return to “Modules/Add-Ons”