MySQL Tables used in WordPress

3 replies
I' having trouble determining the table name where WP posts are stored. In fact, after poking around for a half hour, I'm having trouble finding the directory where the tables are kept. If I could find that, I could use brute force to find the table. Can anyone help?

Thanks,
Phil
#mysql #tables #wordpress
  • Profile picture of the author mlab
    The database is typically accessed via your Host Control Panel and/or phpMyAdmin

    The documentation is here
    Database Description « WordPress Codex

    The table you are looking for is
    wp_posts

    Hope that helps!
    {{ DiscussionBoard.errors[6572033].message }}
  • Profile picture of the author locke815
    Do you have a control panel such as the cPanel?
    {{ DiscussionBoard.errors[6572717].message }}
  • Profile picture of the author jaasmit
    If you are using an isp which provides you the cpanel then you can do that easily. But make it sure that you have the proper knowledge that you will not have any problems.
    {{ DiscussionBoard.errors[6611683].message }}

Trending Topics